Uses of Interface
com.foxinmy.weixin4j.http.entity.HttpEntity
-
-
Uses of HttpEntity in com.foxinmy.weixin4j.http
Methods in com.foxinmy.weixin4j.http that return HttpEntity Modifier and Type Method Description HttpEntity
HttpRequest. getEntity()
Methods in com.foxinmy.weixin4j.http with parameters of type HttpEntity Modifier and Type Method Description HttpResponse
AbstractHttpClient. post(String url, HttpEntity entity)
HttpResponse
HttpClient. post(String url, HttpEntity httpEntity)
void
HttpRequest. setEntity(HttpEntity entity)
-
Uses of HttpEntity in com.foxinmy.weixin4j.http.apache.mime
Classes in com.foxinmy.weixin4j.http.apache.mime that implement HttpEntity Modifier and Type Class Description 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 Modifier and Type Class Description class
ByteArrayEntity
class
FileEntity
class
FormUrlEntity
class
StringEntity
-
Uses of HttpEntity in com.foxinmy.weixin4j.http.support.apache4
Methods in com.foxinmy.weixin4j.http.support.apache4 with parameters of type HttpEntity Modifier and Type Method Description protected void
HttpComponent4. resolveContent(HttpEntity entity, org.apache.http.client.methods.HttpRequestBase httpRequest)
Resolve Content -
Uses of HttpEntity in com.foxinmy.weixin4j.http.support.okhttp
Methods in com.foxinmy.weixin4j.http.support.okhttp with parameters of type HttpEntity Modifier and Type Method Description protected void
OkHttpClient2. resolveContent(HttpEntity entity, HttpMethod method, com.squareup.okhttp.Request.Builder requestBuilder)
resolve Request.Content
-