Package | Description |
---|---|
com.squareup.okhttp.internal.http |
Modifier and Type | Method and Description |
---|---|
ResponseHeaders |
ResponseHeaders.combine(ResponseHeaders network)
Combines this cached header with a network header as defined by RFC 2616,
13.5.3.
|
ResponseHeaders |
HttpEngine.getResponseHeaders() |
ResponseHeaders |
SpdyTransport.readResponseHeaders() |
ResponseHeaders |
HttpTransport.readResponseHeaders() |
Modifier and Type | Method and Description |
---|---|
ResponseHeaders |
ResponseHeaders.combine(ResponseHeaders network)
Combines this cached header with a network header as defined by RFC 2616,
13.5.3.
|
boolean |
ResponseHeaders.validate(ResponseHeaders networkResponse)
Returns true if this cached response should be used; false if the
network response should be used.
|
Copyright © 2014. All rights reserved.