See: Description
Interface | Description |
---|---|
ContentBody | |
ContentDescriptor |
Represents common content properties.
|
Class | Description |
---|---|
AbstractContentBody | |
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 individual
FormBodyPart s. |
Header |
The header of a MIME entity.
|
InputStreamBody |
Binary body part backed by an input stream.
|
MimeField |
Minimal MIME field.
|
MultipartEntityBuilder |
Builder for multipart
HttpEntity s. |
MultipartPart |
MultipartPart class represents a content body that can be used as a part of multipart encoded
entities.
|
MultipartPartBuilder |
Builder for individual
MultipartPart s. |
StringBody |
Text body part backed by a byte array.
|
Enum | Description |
---|---|
HttpMultipartMode |
MIME compliance mode.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.