|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ning.http.multipart.Part com.ning.http.multipart.PartBase
public abstract class PartBase
This class is an adaptation of the Apache HttpClient implementation
Field Summary |
---|
Fields inherited from class com.ning.http.multipart.Part |
---|
BOUNDARY, CHARSET, CONTENT_DISPOSITION, CONTENT_TRANSFER_ENCODING, CONTENT_TYPE, CRLF, EXTRA, QUOTE |
Constructor Summary | |
---|---|
PartBase(String name,
String contentType,
String charSet,
String transferEncoding)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.ning.http.multipart.Part |
---|
getBoundary, getLengthOfParts, getLengthOfParts, getPartBoundary, isRepeatable, length, lengthOfData, send, sendContentTypeHeader, sendData, sendDispositionHeader, sendEnd, sendEndOfHeader, sendMessageEnd, sendPart, sendParts, sendParts, sendStart, sendTransferEncodingHeader, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PartBase(String name, String contentType, String charSet, String transferEncoding)
name
- The name of the partcontentType
- The content type, or null
charSet
- The character encoding, or null
transferEncoding
- The transfer encoding, or null
Method Detail |
---|
public String getName()
getName
in interface Part
getName
in class Part
public String getContentType()
getContentType
in class Part
public String getCharSet()
getCharSet
in class Part
public String getTransferEncoding()
getTransferEncoding
in class Part
public 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 header
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |