Modifier and Type | Field and Description |
---|---|
static Charset |
DEFAULT_CHARSET
Default charset of string parameters
|
CHARSET_BYTES, CONTENT_DISPOSITION_BYTES, CONTENT_ID_BYTES, CONTENT_TRANSFER_ENCODING_BYTES, CONTENT_TYPE_BYTES, CRLF_BYTES, EXTRA_BYTES, FORM_DATA_DISPOSITION_TYPE_BYTES, NAME_BYTES, QUOTE_BYTE
Constructor and Description |
---|
StringPart(String name,
String value) |
StringPart(String name,
String value,
String contentType) |
StringPart(String name,
String value,
String contentType,
Charset charset) |
StringPart(String name,
String value,
String contentType,
Charset charset,
String contentId) |
StringPart(String name,
String value,
String contentType,
Charset charset,
String contentId,
String transferEncoding) |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
addCustomHeader, getCharset, getContentId, getContentType, getCustomHeaders, getDispositionType, getName, getTransferEncoding, setCustomHeaders, setDispositionType, toString
Copyright © 2017. All Rights Reserved.