Package | Description |
---|---|
org.apache.http.entity.mime |
Support for MIME multipart encoded entities
|
Modifier and Type | Method and Description |
---|---|
List<FormBodyPart> |
HttpMultipart.getBodyParts() |
Modifier and Type | Method and Description |
---|---|
void |
HttpMultipart.addBodyPart(FormBodyPart part) |
void |
MultipartEntity.addPart(FormBodyPart bodyPart) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.