Uses of Interface
org.apache.http.entity.mime.content.ContentBody

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
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.