| Package | Description |
|---|---|
| org.apache.http.entity.mime |
Support for MIME multipart encoded entities
|
| org.apache.http.entity.mime.content |
MIME Multipart content body parts.
|
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
FormBodyPart.getBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipartEntity.addPart(String name,
ContentBody contentBody) |
protected void |
FormBodyPart.generateContentDisp(ContentBody body) |
protected void |
FormBodyPart.generateContentType(ContentBody body) |
protected void |
FormBodyPart.generateTransferEncoding(ContentBody body) |
| Constructor and Description |
|---|
FormBodyPart(String name,
ContentBody body) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContentBody |
class |
ByteArrayBody
Body part that is built using a byte array containing a file.
|
class |
FileBody |
class |
InputStreamBody |
class |
StringBody |
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.