Uses of Class
com.squareup.okhttp.internal.http.ResponseHeaders
| Package | Description |
|---|---|
| com.squareup.okhttp.internal.http |
-
Uses of ResponseHeaders in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return ResponseHeaders Modifier and Type Method Description ResponseHeadersResponseHeaders. combine(ResponseHeaders network)Combines this cached header with a network header as defined by RFC 2616, 13.5.3.ResponseHeadersHttpEngine. getResponseHeaders()ResponseHeadersHttpTransport. readResponseHeaders()ResponseHeadersSpdyTransport. readResponseHeaders()Methods in com.squareup.okhttp.internal.http with parameters of type ResponseHeaders Modifier and Type Method Description ResponseHeadersResponseHeaders. combine(ResponseHeaders network)Combines this cached header with a network header as defined by RFC 2616, 13.5.3.booleanResponseHeaders. validate(ResponseHeaders networkResponse)Returns true if this cached response should be used; false if the network response should be used.