Package | Description |
---|---|
org.apache.http.entity.mime |
MIME coded HTTP entity implementations.
|
Modifier and Type | Method and Description |
---|---|
FormBodyPart |
FormBodyPartBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<FormBodyPart> |
HttpMultipart.getBodyParts()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpMultipart.addBodyPart(FormBodyPart part)
Deprecated.
|
void |
MultipartEntity.addPart(FormBodyPart bodyPart)
Deprecated.
|
MultipartEntityBuilder |
MultipartEntityBuilder.addPart(FormBodyPart bodyPart) |
protected void |
HttpMultipart.formatMultipartHeader(FormBodyPart part,
OutputStream out)
Deprecated.
|
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.