Uses of Class
org.apache.http.entity.mime.FormBodyPart

Packages that use FormBodyPart
org.apache.http.entity.mime Support for MIME multipart encoded entities 
 

Uses of FormBodyPart in org.apache.http.entity.mime
 

Methods in org.apache.http.entity.mime that return types with arguments of type FormBodyPart
 List<FormBodyPart> HttpMultipart.getBodyParts()
           
 

Methods in org.apache.http.entity.mime with parameters of type FormBodyPart
 void HttpMultipart.addBodyPart(FormBodyPart part)
           
 void MultipartEntity.addPart(FormBodyPart bodyPart)
           
 



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