| Package | Description |
|---|---|
| org.apache.hc.client5.http.entity.mime |
MIME coded HTTP entity implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormBodyPart
FormBodyPart class represents a content body that can be used as a part of multipart encoded
entities.
|
| Modifier and Type | Method and Description |
|---|---|
MultipartPart |
MultipartPartBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<MultipartPart> |
HttpRFC7578Multipart.getParts() |
| Modifier and Type | Method and Description |
|---|---|
MultipartEntityBuilder |
MultipartEntityBuilder.addPart(MultipartPart multipartPart) |
protected void |
HttpRFC7578Multipart.formatMultipartHeader(MultipartPart part,
OutputStream out) |
| Constructor and Description |
|---|
HttpRFC7578Multipart(Charset charset,
String boundary,
List<MultipartPart> parts) |
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.