Uses of Interface
com.foxinmy.weixin4j.http.HttpClient
-
-
Uses of HttpClient in com.foxinmy.weixin4j.http
Classes in com.foxinmy.weixin4j.http that implement HttpClient Modifier and Type Class Description class
AbstractHttpClient
class
SimpleHttpClient
HTTP 简单实现 -
Uses of HttpClient in com.foxinmy.weixin4j.http.factory
Methods in com.foxinmy.weixin4j.http.factory that return HttpClient Modifier and Type Method Description static HttpClient
HttpClientFactory. getInstance()
获取HttpClient实例static HttpClient
HttpClientFactory. getInstance(HttpParams params)
获取HttpClient实例abstract HttpClient
HttpClientFactory. newInstance(HttpParams params)
获取HttpClient实例HttpClient
SimpleHttpClientFactory. newInstance(HttpParams params)
-
Uses of HttpClient in com.foxinmy.weixin4j.http.support.apache3
Classes in com.foxinmy.weixin4j.http.support.apache3 that implement HttpClient Modifier and Type Class Description class
HttpComponent3
Requires commons-httpclient 3.0 or higherMethods in com.foxinmy.weixin4j.http.support.apache3 that return HttpClient Modifier and Type Method Description HttpClient
HttpComponent3Factory. newInstance(HttpParams params)
-
Uses of HttpClient in com.foxinmy.weixin4j.http.support.apache4
Classes in com.foxinmy.weixin4j.http.support.apache4 that implement HttpClient Modifier and Type Class Description class
HttpComponent4
Apache HttpComponents 4.xclass
HttpComponent4_1
Requires Apache HttpComponents 4.2 or lowerclass
HttpComponent4_2
Requires Apache HttpComponents 4.3 or higherMethods in com.foxinmy.weixin4j.http.support.apache4 that return HttpClient Modifier and Type Method Description HttpClient
HttpComponent4_1Factory. newInstance(HttpParams params)
HttpClient
HttpComponent4_2Factory. newInstance(HttpParams params)
HttpClient
HttpComponent4Factory. newInstance(HttpParams params)
-
Uses of HttpClient in com.foxinmy.weixin4j.http.support.netty
Classes in com.foxinmy.weixin4j.http.support.netty that implement HttpClient Modifier and Type Class Description class
Netty4HttpClient
Netty 4.xMethods in com.foxinmy.weixin4j.http.support.netty that return HttpClient Modifier and Type Method Description HttpClient
Netty4HttpClientFactory. newInstance(HttpParams params)
-
Uses of HttpClient in com.foxinmy.weixin4j.http.support.okhttp
Classes in com.foxinmy.weixin4j.http.support.okhttp that implement HttpClient Modifier and Type Class Description class
OkHttpClient2
OkHttp2class
OkHttpClient3
OkHttp3Methods in com.foxinmy.weixin4j.http.support.okhttp that return HttpClient Modifier and Type Method Description HttpClient
OkHttpClient2Factory. newInstance(HttpParams params)
HttpClient
OkHttpClient3Factory. newInstance(HttpParams params)
HttpClient
OkHttpClientFactory. newInstance(HttpParams params)
-
Uses of HttpClient in com.foxinmy.weixin4j.http.weixin
Methods in com.foxinmy.weixin4j.http.weixin that return HttpClient Modifier and Type Method Description HttpClient
WeixinRequestExecutor. getExecuteClient()
-