Uses of Interface
com.foxinmy.weixin4j.http.entity.HttpEntity

Packages that use HttpEntity
com.foxinmy.weixin4j.http   
com.foxinmy.weixin4j.http.apache   
com.foxinmy.weixin4j.http.entity   
 

Uses of HttpEntity in com.foxinmy.weixin4j.http
 

Methods in com.foxinmy.weixin4j.http that return HttpEntity
 HttpEntity HttpRequest.getEntity()
           
 

Methods in com.foxinmy.weixin4j.http with parameters of type HttpEntity
 HttpResponse HttpClient.post(String url, HttpEntity httpEntity)
           
 HttpResponse AbstractHttpClient.post(String url, HttpEntity entity)
           
 void HttpRequest.setEntity(HttpEntity entity)
           
 

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

Classes in com.foxinmy.weixin4j.http.apache that implement HttpEntity
 class MultipartEntity
          Multipart/form coded HTTP entity consisting of multiple body parts.
 

Uses of HttpEntity in com.foxinmy.weixin4j.http.entity
 

Classes in com.foxinmy.weixin4j.http.entity that implement HttpEntity
 class ByteArrayEntity
           
 class FileEntity
           
 class FormUrlEntity
           
 class StringEntity
           
 



Copyright © 2014–2017. All rights reserved.