java.lang.Object | ||
↳ | com.ning.http.multipart.Part | |
↳ | com.ning.http.multipart.PartBase |
![]() |
This class is an adaptation of the Apache HttpClient implementationhttp://hc.apache.org/httpclient-3.x/
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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
|
---|