Uses of Interface
com.foxinmy.weixin4j.http.apache.ContentBody

Packages that use ContentBody
com.foxinmy.weixin4j.http.apache   
 

Uses of ContentBody in com.foxinmy.weixin4j.http.apache
 

Classes in com.foxinmy.weixin4j.http.apache 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
           
 

Methods in com.foxinmy.weixin4j.http.apache that return ContentBody
 ContentBody FormBodyPart.getBody()
           
 

Methods in com.foxinmy.weixin4j.http.apache with parameters of type ContentBody
 void MultipartEntity.addPart(String name, ContentBody contentBody)
           
 

Constructors in com.foxinmy.weixin4j.http.apache with parameters of type ContentBody
FormBodyPart(String name, ContentBody body)
           
 



Copyright © 2014–2017. All rights reserved.