public abstract class PartBase extends Part
BOUNDARY, BOUNDARY_BYTES, CHARSET, CHARSET_BYTES, CONTENT_DISPOSITION, CONTENT_DISPOSITION_BYTES, CONTENT_TRANSFER_ENCODING, CONTENT_TRANSFER_ENCODING_BYTES, CONTENT_TYPE, CONTENT_TYPE_BYTES, CRLF, CRLF_BYTES, EXTRA, EXTRA_BYTES, QUOTE, QUOTE_BYTES| 构造器和说明 |
|---|
PartBase(String name,
String contentType,
String charSet,
String transferEncoding)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCharSet()
Return the character encoding of this part.
|
String |
getContentType()
Returns the content type of this part.
|
String |
getName()
Returns the name.
|
String |
getTransferEncoding()
Returns the transfer encoding of this part.
|
void |
setCharSet(String charSet)
Sets the character encoding.
|
void |
setContentType(String contentType)
Sets the content type.
|
void |
setName(String name)
Sets the part name.
|
void |
setTransferEncoding(String transferEncoding)
Sets the transfer encoding.
|
getBoundary, getLengthOfParts, getLengthOfParts, getPartBoundary, isRepeatable, length, lengthOfData, send, sendContentTypeHeader, sendData, sendDispositionHeader, sendEnd, sendEndOfHeader, sendParts, sendParts, sendStart, sendTransferEncodingHeader, toStringpublic String getName()
public String getContentType()
getContentType 在类中 Partpublic String getCharSet()
getCharSet 在类中 Partpublic String getTransferEncoding()
getTransferEncoding 在类中 Partpublic void setCharSet(String charSet)
charSet - the character encoding, or null to exclude the character
encoding headerpublic void setContentType(String contentType)
contentType - the content type, or null to exclude the content type headerpublic void setName(String name)
name - public void setTransferEncoding(String transferEncoding)
transferEncoding - the transfer encoding, or null to exclude the
transfer encoding headerCopyright © 2017. All rights reserved.