|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentBody | |
|---|---|
| org.apache.http.entity.mime | Support for MIME multipart encoded entities |
| org.apache.http.entity.mime.content | MIME Multipart content body parts. |
| Uses of ContentBody in org.apache.http.entity.mime |
|---|
| Methods in org.apache.http.entity.mime that return ContentBody | |
|---|---|
ContentBody |
FormBodyPart.getBody()
|
| Methods in org.apache.http.entity.mime with parameters of type ContentBody | |
|---|---|
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)
|
| Constructors in org.apache.http.entity.mime with parameters of type ContentBody | |
|---|---|
FormBodyPart(String name,
ContentBody body)
|
|
| Uses of ContentBody in org.apache.http.entity.mime.content |
|---|
| Classes in org.apache.http.entity.mime.content that implement ContentBody | |
|---|---|
class |
AbstractContentBody
|
class |
ByteArrayBody
Body part that is built using a byte array containing a file. |
class |
FileBody
|
class |
InputStreamBody
|
class |
StringBody
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||