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

Packages that use AbstractHttpResponse
com.foxinmy.weixin4j.http   
com.foxinmy.weixin4j.http.support.apache3   
com.foxinmy.weixin4j.http.support.apache4   
com.foxinmy.weixin4j.http.support.netty   
com.foxinmy.weixin4j.http.support.okhttp   
 

Uses of AbstractHttpResponse in com.foxinmy.weixin4j.http
 

Subclasses of AbstractHttpResponse in com.foxinmy.weixin4j.http
 class SimpleHttpResponse
          Simple Response
 

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

Subclasses of AbstractHttpResponse in com.foxinmy.weixin4j.http.support.apache3
 class HttpComponent3Response
          HttpComponent3 Response:Requires commons-httpclient 3.0 or higher
 

Uses of AbstractHttpResponse in com.foxinmy.weixin4j.http.support.apache4
 

Subclasses of AbstractHttpResponse in com.foxinmy.weixin4j.http.support.apache4
 class HttpComponent4_1Response
          HttpComponent4 Response:Requires Apache HttpComponents 4.2 or lower
 class HttpComponent4_2Response
          HttpComponent4 Response:Requires Apache HttpComponents 4.3 or higher
 

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

Subclasses of AbstractHttpResponse in com.foxinmy.weixin4j.http.support.netty
 class Netty4HttpResponse
          Netty Response::Requires Netty 4.x or higher
 

Uses of AbstractHttpResponse in com.foxinmy.weixin4j.http.support.okhttp
 

Subclasses of AbstractHttpResponse in com.foxinmy.weixin4j.http.support.okhttp
 class OkHttpResponse2
          OkHttp Response:Requires OkHttp 2.x
 class OkHttpResponse3
          OkHttp Response:Requires OkHttp 3.x or higher
 



Copyright © 2014–2017. All rights reserved.