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

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

Uses of HttpVersion in com.foxinmy.weixin4j.http
 

Fields in com.foxinmy.weixin4j.http declared as HttpVersion
static HttpVersion HttpVersion.HTTP_1_0
          HTTP/1.0
static HttpVersion HttpVersion.HTTP_1_1
          HTTP/1.1
 

Methods in com.foxinmy.weixin4j.http that return HttpVersion
 HttpVersion SimpleHttpResponse.getProtocol()
           
 HttpVersion HttpResponse.getProtocol()
          HTTP协议
 

Methods in com.foxinmy.weixin4j.http with parameters of type HttpVersion
 int HttpVersion.compareTo(HttpVersion o)
           
 

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

Methods in com.foxinmy.weixin4j.http.support.apache3 that return HttpVersion
 HttpVersion HttpComponent3Response.getProtocol()
           
 

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

Methods in com.foxinmy.weixin4j.http.support.apache4 that return HttpVersion
 HttpVersion HttpComponent4_2Response.getProtocol()
           
 HttpVersion HttpComponent4_1Response.getProtocol()
           
 

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

Methods in com.foxinmy.weixin4j.http.support.netty that return HttpVersion
 HttpVersion Netty4HttpResponse.getProtocol()
           
 

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

Methods in com.foxinmy.weixin4j.http.support.okhttp that return HttpVersion
 HttpVersion OkHttpResponse3.getProtocol()
           
 HttpVersion OkHttpResponse2.getProtocol()
           
 

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

Methods in com.foxinmy.weixin4j.http.weixin that return HttpVersion
 HttpVersion WeixinResponse.getProtocol()
           
 



Copyright © 2014–2017. All rights reserved.