Uses of Class
com.foxinmy.weixin4j.http.HttpVersion
-
-
Uses of HttpVersion in com.foxinmy.weixin4j.http
Fields in com.foxinmy.weixin4j.http declared as HttpVersion Modifier and Type Field Description static HttpVersion
HttpVersion. HTTP_1_0
HTTP/1.0static HttpVersion
HttpVersion. HTTP_1_1
HTTP/1.1Methods in com.foxinmy.weixin4j.http that return HttpVersion Modifier and Type Method Description HttpVersion
HttpResponse. getProtocol()
HTTP协议HttpVersion
SimpleHttpResponse. getProtocol()
Methods in com.foxinmy.weixin4j.http with parameters of type HttpVersion Modifier and Type Method Description 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 Modifier and Type Method Description HttpVersion
HttpComponent3Response. getProtocol()
-
Uses of HttpVersion in com.foxinmy.weixin4j.http.support.apache4
Methods in com.foxinmy.weixin4j.http.support.apache4 that return HttpVersion Modifier and Type Method Description HttpVersion
HttpComponent4_1Response. getProtocol()
HttpVersion
HttpComponent4_2Response. getProtocol()
-
Uses of HttpVersion in com.foxinmy.weixin4j.http.support.netty
Methods in com.foxinmy.weixin4j.http.support.netty that return HttpVersion Modifier and Type Method Description HttpVersion
Netty4HttpResponse. getProtocol()
-
Uses of HttpVersion in com.foxinmy.weixin4j.http.support.okhttp
Methods in com.foxinmy.weixin4j.http.support.okhttp that return HttpVersion Modifier and Type Method Description HttpVersion
OkHttpResponse2. getProtocol()
HttpVersion
OkHttpResponse3. getProtocol()
-
Uses of HttpVersion in com.foxinmy.weixin4j.http.weixin
Methods in com.foxinmy.weixin4j.http.weixin that return HttpVersion Modifier and Type Method Description HttpVersion
WeixinResponse. getProtocol()
-