Uses of Class
com.foxinmy.weixin4j.http.HttpParams

Packages that use HttpParams
com.foxinmy.weixin4j.http   
com.foxinmy.weixin4j.http.factory   
com.foxinmy.weixin4j.http.support.apache3   
com.foxinmy.weixin4j.http.support.apache4   
com.foxinmy.weixin4j.http.support.netty   
com.foxinmy.weixin4j.http.support.okhttp   
com.foxinmy.weixin4j.http.weixin   
 

Uses of HttpParams in com.foxinmy.weixin4j.http
 

Methods in com.foxinmy.weixin4j.http that return HttpParams
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
static HttpParams HttpParams.copy(HttpParams params)
           
 

Constructors in com.foxinmy.weixin4j.http with parameters of type HttpParams
SimpleHttpClient(HttpParams params)
           
 

Uses of HttpParams in com.foxinmy.weixin4j.http.factory
 

Methods in com.foxinmy.weixin4j.http.factory that return HttpParams
static HttpParams HttpClientFactory.getDefaultParams()
          获取默认的HttpParams
 

Methods in com.foxinmy.weixin4j.http.factory with parameters of type HttpParams
static HttpClient HttpClientFactory.getInstance(HttpParams params)
          获取HttpClient实例
 HttpClient SimpleHttpClientFactory.newInstance(HttpParams params)
           
abstract  HttpClient HttpClientFactory.newInstance(HttpParams params)
          获取HttpClient实例
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
 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
 HttpClient HttpComponent4Factory.newInstance(HttpParams params)
           
 HttpClient HttpComponent4_2Factory.newInstance(HttpParams params)
           
 HttpClient HttpComponent4_1Factory.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
 HttpClient Netty4HttpClientFactory.newInstance(HttpParams params)
           
 

Constructors in com.foxinmy.weixin4j.http.support.netty with parameters of type HttpParams
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
 HttpClient OkHttpClientFactory.newInstance(HttpParams params)
           
 HttpClient OkHttpClient3Factory.newInstance(HttpParams params)
           
 HttpClient OkHttpClient2Factory.newInstance(HttpParams params)
           
 

Uses of HttpParams in com.foxinmy.weixin4j.http.weixin
 

Constructors in com.foxinmy.weixin4j.http.weixin with parameters of type HttpParams
WeixinRequestExecutor(HttpParams params)
           
 



Copyright © 2014–2017. All rights reserved.