Uses of Class
com.foxinmy.weixin4j.http.HttpHeaders
-
-
Uses of HttpHeaders in com.foxinmy.weixin4j.http
Methods in com.foxinmy.weixin4j.http that return HttpHeaders Modifier and Type Method Description HttpHeaders
HttpMessage. getHeaders()
HTTP报头HttpHeaders
HttpRequest. getHeaders()
HttpHeaders
SimpleHttpResponse. getHeaders()
HttpHeaders
AbstractHttpClient. head(String url)
HttpHeaders
AbstractHttpClient. head(String url, URLParameter... parameters)
HttpHeaders
HttpClient. head(String url)
HttpHeaders
HttpClient. head(String url, URLParameter... parameters)
static HttpHeaders
HttpHeaders. readOnlyHttpHeaders(HttpHeaders headers)
Return aHttpHeaders
object that can only be read, not written to.Methods in com.foxinmy.weixin4j.http with parameters of type HttpHeaders Modifier and Type Method Description static HttpHeaders
HttpHeaders. readOnlyHttpHeaders(HttpHeaders headers)
Return aHttpHeaders
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 Modifier and Type Method Description HttpHeaders
HttpComponent3Response. getHeaders()
-
Uses of HttpHeaders in com.foxinmy.weixin4j.http.support.apache4
Methods in com.foxinmy.weixin4j.http.support.apache4 that return HttpHeaders Modifier and Type Method Description HttpHeaders
HttpComponent4_1Response. getHeaders()
HttpHeaders
HttpComponent4_2Response. getHeaders()
Methods in com.foxinmy.weixin4j.http.support.apache4 with parameters of type HttpHeaders Modifier and Type Method Description protected void
HttpComponent4. resolveHeaders(HttpHeaders headers, org.apache.http.client.methods.HttpRequestBase httpRequest)
Resolve Headers -
Uses of HttpHeaders in com.foxinmy.weixin4j.http.support.netty
Methods in com.foxinmy.weixin4j.http.support.netty that return HttpHeaders Modifier and Type Method Description HttpHeaders
Netty4HttpResponse. getHeaders()
-
Uses of HttpHeaders in com.foxinmy.weixin4j.http.support.okhttp
Methods in com.foxinmy.weixin4j.http.support.okhttp that return HttpHeaders Modifier and Type Method Description HttpHeaders
OkHttpResponse2. getHeaders()
HttpHeaders
OkHttpResponse3. getHeaders()
Methods in com.foxinmy.weixin4j.http.support.okhttp with parameters of type HttpHeaders Modifier and Type Method Description protected void
OkHttpClient2. resolveHeaders(HttpHeaders headers, com.squareup.okhttp.Request.Builder requestBuilder)
resolve Request.Headers -
Uses of HttpHeaders in com.foxinmy.weixin4j.http.weixin
Methods in com.foxinmy.weixin4j.http.weixin that return HttpHeaders Modifier and Type Method Description HttpHeaders
WeixinResponse. getHeaders()
-