public static class Http.FilePart
extends Object
Constructor and Description |
---|
FilePart(String name,
String fileName,
byte[] value,
String contentType,
String charSet) |
Modifier and Type | Method and Description |
---|---|
String |
getCharSet() |
String |
getContentType() |
String |
getFileName() |
String |
getName() |
byte[] |
getValue() |