| Class | Description |
|---|---|
| AbstractMultipartForm |
HttpMultipart represents a collection of MIME multipart encoded content bodies.
|
| FormBodyPart |
FormBodyPart class represents a content body that can be used as a part of multipart encoded
entities.
|
| FormBodyPartBuilder |
Builder for individual
FormBodyParts. |
| Header |
The header of an entity (see RFC 2045).
|
| HttpBrowserCompatibleMultipart |
HttpBrowserCompatibleMultipart represents a collection of MIME multipart encoded
content bodies.
|
| HttpMultipart | Deprecated
(4.3) Use
MultipartEntityBuilder. |
| HttpRFC6532Multipart |
HttpRFC6532Multipart represents a collection of MIME multipart encoded content bodies,
implementing the strict (RFC 822, RFC 2045, RFC 2046 compliant) interpretation
of the spec, with the exception of allowing UTF-8 headers, as per RFC6532.
|
| HttpStrictMultipart |
HttpStrictMultipart represents a collection of MIME multipart encoded content bodies,
implementing the strict (RFC 822, RFC 2045, RFC 2046 compliant) interpretation
of the spec.
|
| MIME | |
| MinimalField |
Minimal MIME field.
|
| MultipartEntity | Deprecated
4.3 Use
MultipartEntityBuilder. |
| MultipartEntityBuilder |
Builder for multipart
HttpEntitys. |
| MultipartFormEntity |
| Enum | Description |
|---|---|
| HttpMultipartMode |