Uses of Class
com.squareup.okhttp.internal.http.RawHeaders
| Package | Description |
|---|---|
| com.squareup.okhttp.internal.http |
-
Uses of RawHeaders in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return RawHeaders Modifier and Type Method Description static RawHeadersRawHeaders. fromBytes(InputStream in)Parses bytes of a response header from an HTTP transport.static RawHeadersRawHeaders. fromMultimap(Map<String,List<String>> map, boolean response)Creates a new instance from the given map of fields to values.static RawHeadersRawHeaders. fromNameValueBlock(List<String> nameValueBlock)Returns headers for a name value block containing a SPDY response.RawHeadersRawHeaders. getAll(Set<String> fieldNames)RawHeadersRequestHeaders. getHeaders()RawHeadersResponseHeaders. getHeaders()Methods in com.squareup.okhttp.internal.http with parameters of type RawHeaders Modifier and Type Method Description static booleanHttpAuthenticator. processAuthHeader(OkAuthenticator authenticator, int responseCode, RawHeaders responseHeaders, RawHeaders successorRequestHeaders, Proxy proxy, URL url)React to a failed authorization response by looking up new credentials.static voidRawHeaders. readHeaders(InputStream in, RawHeaders out)Reads headers or trailers intoout.voidHttpEngine. receiveHeaders(RawHeaders headers)Constructors in com.squareup.okhttp.internal.http with parameters of type RawHeaders Constructor Description HttpEngine(OkHttpClient client, Policy policy, String method, RawHeaders requestHeaders, Connection connection, com.squareup.okhttp.internal.http.RetryableOutputStream requestBodyOut)HttpsEngine(OkHttpClient client, Policy policy, String method, RawHeaders requestHeaders, Connection connection, com.squareup.okhttp.internal.http.RetryableOutputStream requestBody)RawHeaders(RawHeaders copyFrom)RequestHeaders(URI uri, RawHeaders headers)ResponseHeaders(URI uri, RawHeaders headers)