| java.lang.Object | ||
| ↳ | com.ning.http.multipart.Part | |
| ↳ | com.ning.http.multipart.PartBase | |
Known Direct Subclasses
|
This class is an adaptation of the Apache HttpClient implementationhttp://hc.apache.org/httpclient-3.x/
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.ning.http.multipart.Part
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the character encoding of this part.
| |||||||||||
Returns the content type of this part.
| |||||||||||
Returns the name.
| |||||||||||
Returns the transfer encoding of this part.
| |||||||||||
Sets the character encoding.
| |||||||||||
Sets the content type.
| |||||||||||
Sets the part name.
| |||||||||||
Sets the transfer encoding.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.ning.http.multipart.Part
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.ning.http.client.Part
| |||||||||||
Constructor.
| name | The name of the part |
|---|---|
| contentType | The content type, or null |
| charSet | The character encoding, or null |
| transferEncoding | The transfer encoding, or null
|
Return the character encoding of this part.
Returns the content type of this part.
Returns the name.
Returns the transfer encoding of this part.
Sets the character encoding.
| charSet | the character encoding, or null to exclude the character
encoding header
|
|---|
Sets the content type.
| contentType | the content type, or null to exclude the content type header
|
|---|
Sets the part name.
Sets the transfer encoding.
| transferEncoding | the transfer encoding, or null to exclude the
transfer encoding header
|
|---|