Package org.apache.hc.client5.http.entity.mime
MIME coded HTTP entity implementations.
-
Interface Summary Interface Description ContentBody ContentDescriptor Represents common content properties. -
Class Summary Class Description AbstractContentBody AbstractMultipartFormat HttpMultipart represents a collection of MIME multipart encoded content bodies.ByteArrayBody Binary body part backed by a byte array.FileBody Binary body part backed by a file.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 a MIME entity.HttpRFC6532Multipart HttpRFC7578Multipart HttpRFC7578Multipart.PercentCodec HttpStrictMultipart InputStreamBody Binary body part backed by an input stream.LegacyMultipart HttpBrowserCompatibleMultipart represents a collection of MIME multipart encoded content bodies.MimeConsts MimeField Minimal MIME field.MultipartEntityBuilder Builder for multipartHttpEntity
s.MultipartFormEntity MultipartPart MultipartPart class represents a content body that can be used as a part of multipart encoded entities.MultipartPartBuilder Builder for individualMultipartPart
s.StringBody Text body part backed by a byte array. -
Enum Summary Enum Description HttpMultipartMode MIME compliance mode.