Uses of Class
com.foxinmy.weixin4j.http.HttpParams
-
-
Uses of HttpParams in com.foxinmy.weixin4j.http
Methods in com.foxinmy.weixin4j.http that return HttpParams Modifier and Type Method Description static HttpParams
HttpParams. copy(HttpParams params)
HttpParams
HttpParams. setHostnameVerifier(HostnameVerifier hostnameVerifier)
HttpParams
HttpParams. setProxy(Proxy proxy)
HttpParams
HttpParams. setSSLContext(SSLContext sslContext)
Methods in com.foxinmy.weixin4j.http with parameters of type HttpParams Modifier and Type Method Description static HttpParams
HttpParams. copy(HttpParams params)
Constructors in com.foxinmy.weixin4j.http with parameters of type HttpParams Constructor Description SimpleHttpClient(HttpParams params)
-
Uses of HttpParams in com.foxinmy.weixin4j.http.factory
Methods in com.foxinmy.weixin4j.http.factory that return HttpParams Modifier and Type Method Description static HttpParams
HttpClientFactory. getDefaultParams()
获取默认的HttpParamsMethods in com.foxinmy.weixin4j.http.factory with parameters of type HttpParams Modifier and Type Method Description static HttpClient
HttpClientFactory. getInstance(HttpParams params)
获取HttpClient实例abstract HttpClient
HttpClientFactory. newInstance(HttpParams params)
获取HttpClient实例HttpClient
SimpleHttpClientFactory. newInstance(HttpParams params)
static void
HttpClientFactory. setDefaultParams(HttpParams params)
Resolve the Http Parameter -
Uses of HttpParams in com.foxinmy.weixin4j.http.support.apache3
Methods in com.foxinmy.weixin4j.http.support.apache3 with parameters of type HttpParams Modifier and Type Method Description HttpClient
HttpComponent3Factory. newInstance(HttpParams params)
-
Uses of HttpParams in com.foxinmy.weixin4j.http.support.apache4
Methods in com.foxinmy.weixin4j.http.support.apache4 with parameters of type HttpParams Modifier and Type Method Description HttpClient
HttpComponent4_1Factory. newInstance(HttpParams params)
HttpClient
HttpComponent4_2Factory. newInstance(HttpParams params)
HttpClient
HttpComponent4Factory. newInstance(HttpParams params)
-
Uses of HttpParams in com.foxinmy.weixin4j.http.support.netty
Methods in com.foxinmy.weixin4j.http.support.netty with parameters of type HttpParams Modifier and Type Method Description HttpClient
Netty4HttpClientFactory. newInstance(HttpParams params)
Constructors in com.foxinmy.weixin4j.http.support.netty with parameters of type HttpParams Constructor Description Netty4HttpClient(io.netty.bootstrap.Bootstrap bootstrap, HttpParams params)
-
Uses of HttpParams in com.foxinmy.weixin4j.http.support.okhttp
Methods in com.foxinmy.weixin4j.http.support.okhttp with parameters of type HttpParams Modifier and Type Method Description HttpClient
OkHttpClient2Factory. newInstance(HttpParams params)
HttpClient
OkHttpClient3Factory. newInstance(HttpParams params)
HttpClient
OkHttpClientFactory. newInstance(HttpParams params)
-
Uses of HttpParams in com.foxinmy.weixin4j.http.weixin
Constructors in com.foxinmy.weixin4j.http.weixin with parameters of type HttpParams Constructor Description WeixinRequestExecutor(HttpParams params)
-