| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CHARSET
Default charset of string parameters
|
static String |
DEFAULT_CONTENT_TYPE
Default content encoding of string parameters.
|
static String |
DEFAULT_TRANSFER_ENCODING
Default transfer encoding of string parameters
|
CHARSET, CHARSET_BYTES, CONTENT_DISPOSITION, CONTENT_DISPOSITION_BYTES, CONTENT_ID, CONTENT_ID_BYTES, CONTENT_TRANSFER_ENCODING, CONTENT_TRANSFER_ENCODING_BYTES, CONTENT_TYPE, CONTENT_TYPE_BYTES, CRLF, CRLF_BYTES, EXTRA, EXTRA_BYTES, FORM_DATA_DISPOSITION_TYPE, FORM_DATA_DISPOSITION_TYPE_BYTES, NAME, NAME_BYTES, QUOTE, QUOTE_BYTES| Constructor and Description |
|---|
StringPart(String name,
String value)
Constructor.
|
StringPart(String name,
String value,
String charset) |
StringPart(String name,
String value,
String charset,
String contentId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
lengthOfData()
Return the length of the data.
|
protected void |
sendData(OutputStream out)
Writes the data to the given OutputStream.
|
void |
setCharSet(String charSet)
Sets the character encoding.
|
getCharSet, getContentId, getContentType, getName, getTransferEncoding, setContentId, setContentType, setName, setTransferEncodingcontentIdHeaderLength, contentTypeHeaderLength, dispositionHeaderLength, endLength, endOfHeaderLength, getDispositionType, getLengthOfParts, length, send, sendContentIdHeader, sendContentTypeHeader, sendDispositionHeader, sendEnd, sendEndOfHeader, sendMessageEnd, sendPart, sendParts, sendStart, sendTransferEncodingHeader, setDispositionType, toString, transferEncodingHeaderLengthpublic static final String DEFAULT_CONTENT_TYPE
public static final String DEFAULT_CHARSET
public static final String DEFAULT_TRANSFER_ENCODING
public StringPart(String name, String value, String charset, String contentId)
name - The name of the partvalue - the string to postcharset - the charset to be used to encode the string, if null the default is usedprotected void sendData(OutputStream out) throws IOException
sendData in class Partout - the OutputStream to write toIOException - if there is a write errorprotected long lengthOfData()
lengthOfData in class Partpublic void setCharSet(String charSet)
PartBasesetCharSet in class PartBasecharSet - the character encoding, or null to exclude the character encoding headerCopyright © 2014. All Rights Reserved.