Uses of Interface
com.foxinmy.weixin4j.http.HttpClient

Packages that use HttpClient
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 HttpClient in com.foxinmy.weixin4j.http
 

Classes in com.foxinmy.weixin4j.http that implement HttpClient
 class AbstractHttpClient
           
 class SimpleHttpClient
          HTTP 简单实现
 

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

Methods in com.foxinmy.weixin4j.http.factory that return HttpClient
static HttpClient HttpClientFactory.getInstance()
          获取HttpClient实例
static HttpClient HttpClientFactory.getInstance(HttpParams params)
          获取HttpClient实例
 HttpClient SimpleHttpClientFactory.newInstance(HttpParams params)
           
abstract  HttpClient HttpClientFactory.newInstance(HttpParams params)
          获取HttpClient实例
 

Uses of HttpClient in com.foxinmy.weixin4j.http.support.apache3
 

Classes in com.foxinmy.weixin4j.http.support.apache3 that implement HttpClient
 class HttpComponent3
          Requires commons-httpclient 3.0 or higher
 

Methods in com.foxinmy.weixin4j.http.support.apache3 that return HttpClient
 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
 class HttpComponent4
          Apache HttpComponents 4.x
 class HttpComponent4_1
          Requires Apache HttpComponents 4.2 or lower
 class HttpComponent4_2
          Requires Apache HttpComponents 4.3 or higher
 

Methods in com.foxinmy.weixin4j.http.support.apache4 that return HttpClient
 HttpClient HttpComponent4Factory.newInstance(HttpParams params)
           
 HttpClient HttpComponent4_2Factory.newInstance(HttpParams params)
           
 HttpClient HttpComponent4_1Factory.newInstance(HttpParams params)
           
 

Uses of HttpClient in com.foxinmy.weixin4j.http.support.netty
 

Classes in com.foxinmy.weixin4j.http.support.netty that implement HttpClient
 class Netty4HttpClient
          Netty 4.x
 

Methods in com.foxinmy.weixin4j.http.support.netty that return HttpClient
 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
 class OkHttpClient2
          OkHttp2
 class OkHttpClient3
          OkHttp3
 

Methods in com.foxinmy.weixin4j.http.support.okhttp that return HttpClient
 HttpClient OkHttpClientFactory.newInstance(HttpParams params)
           
 HttpClient OkHttpClient3Factory.newInstance(HttpParams params)
           
 HttpClient OkHttpClient2Factory.newInstance(HttpParams params)
           
 

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

Methods in com.foxinmy.weixin4j.http.weixin that return HttpClient
 HttpClient WeixinRequestExecutor.getExecuteClient()
           
 



Copyright © 2014–2017. All rights reserved.