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

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

Methods in com.foxinmy.weixin4j.http that return HttpHeaders
 HttpHeaders SimpleHttpResponse.getHeaders()
           
 HttpHeaders HttpRequest.getHeaders()
           
 HttpHeaders HttpMessage.getHeaders()
          HTTP报头
 HttpHeaders HttpClient.head(String url)
           
 HttpHeaders AbstractHttpClient.head(String url)
           
 HttpHeaders HttpClient.head(String url, URLParameter... parameters)
           
 HttpHeaders AbstractHttpClient.head(String url, URLParameter... parameters)
           
static HttpHeaders HttpHeaders.readOnlyHttpHeaders(HttpHeaders headers)
          Return a HttpHeaders object that can only be read, not written to.
 

Methods in com.foxinmy.weixin4j.http with parameters of type HttpHeaders
static HttpHeaders HttpHeaders.readOnlyHttpHeaders(HttpHeaders headers)
          Return a HttpHeaders object that can only be read, not written to.
 void HttpRequest.setHeaders(HttpHeaders headers)
           
 

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

Methods in com.foxinmy.weixin4j.http.support.apache3 that return HttpHeaders
 HttpHeaders HttpComponent3Response.getHeaders()
           
 

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

Methods in com.foxinmy.weixin4j.http.support.apache4 that return HttpHeaders
 HttpHeaders HttpComponent4_2Response.getHeaders()
           
 HttpHeaders HttpComponent4_1Response.getHeaders()
           
 

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

Methods in com.foxinmy.weixin4j.http.support.netty that return HttpHeaders
 HttpHeaders Netty4HttpResponse.getHeaders()
           
 

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

Methods in com.foxinmy.weixin4j.http.support.okhttp that return HttpHeaders
 HttpHeaders OkHttpResponse3.getHeaders()
           
 HttpHeaders OkHttpResponse2.getHeaders()
           
 

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

Methods in com.foxinmy.weixin4j.http.weixin that return HttpHeaders
 HttpHeaders WeixinResponse.getHeaders()
           
 



Copyright © 2014–2017. All rights reserved.