| Package | Description |
|---|---|
| net.lecousin.framework.network.mime.entity |
Mime body entities.
|
| Modifier and Type | Method and Description |
|---|---|
FormDataEntity.PartFile |
FormDataEntity.addFile(String fieldName,
String filename,
ParameterizedHeaderValue contentType,
net.lecousin.framework.io.IO.Readable content)
Append a file.
|
FormDataEntity.PartFile |
FormDataEntity.getFile(String name)
Return the file corresponding to the field of the given name.
|
Copyright © 2018. All rights reserved.