| java.lang.Object | |
| ↳ | org.apache.http.entity.mime.MultipartEntity |
Multipart/form coded HTTP entity consisting of multiple body parts.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an instance using the specified parameters
| |||||||||||
Creates an instance using the specified
HttpMultipartMode mode. | |||||||||||
Creates an instance using mode
STRICT
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.HttpEntity
| |||||||||||
Creates an instance using the specified parameters
| mode | the mode to use, may be null, in which case STRICT is used |
|---|---|
| boundary | the boundary string, may be null, in which case generateBoundary() is invoked to create the string |
| charset | the character set to use, may be null, in which case DEFAULT_CHARSET - i.e. US-ASCII - is used.
|
Creates an instance using the specified HttpMultipartMode mode.
Boundary and charset are set to null.
| mode | the desired mode |
|---|