Package org.apache.http.entity.mime
MIME coded HTTP entity implementations.
-
Class Summary 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 individualFormBodyPart
s.Header The header of an entity (see RFC 2045).HttpBrowserCompatibleMultipart HttpBrowserCompatibleMultipart represents a collection of MIME multipart encoded content bodies.HttpMultipart Deprecated. (4.3) UseMultipartEntityBuilder
.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 UseMultipartEntityBuilder
.MultipartEntityBuilder Builder for multipartHttpEntity
s.MultipartFormEntity -
Enum Summary Enum Description HttpMultipartMode