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
Binary body part backed by a byte array.
|
class |
FileBody
Binary body part backed by a file.
|
class |
InputStreamBody
Binary body part backed by an input stream.
|
class |
StringBody
Text body part backed by a byte array.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.