Package | Description |
---|---|
org.apache.http.entity.mime |
MIME coded HTTP entity implementations.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
HttpBrowserCompatibleMultipart
HttpBrowserCompatibleMultipart represents a collection of MIME multipart encoded
content bodies.
|
class |
HttpMultipart
Deprecated.
(4.3) Use
MultipartEntityBuilder . |
(package private) class |
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.
|
(package private) class |
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.
|
Modifier and Type | Field and Description |
---|---|
private AbstractMultipartForm |
MultipartFormEntity.multipart |
Modifier and Type | Method and Description |
---|---|
(package private) AbstractMultipartForm |
MultipartFormEntity.getMultipart() |
Constructor and Description |
---|
MultipartFormEntity(AbstractMultipartForm multipart,
org.apache.http.entity.ContentType contentType,
long contentLength) |