| Interface | Description |
|---|---|
| CacheRequest | |
| HttpStream |
| Class | Description |
|---|---|
| AuthenticatorAdapter |
Adapts
Authenticator to Authenticator. |
| CacheStrategy |
Given a request and cached response, this figures out whether to use the
network, the cache, or both.
|
| CacheStrategy.Factory | |
| HeaderParser | |
| Http1xStream |
A socket connection that can be used to send HTTP/1.1 messages.
|
| Http2xStream |
An HTTP stream for HTTP/2 and SPDY.
|
| HttpDate |
Best-effort parser for HTTP dates.
|
| HttpEngine |
Handles a single HTTP request/response pair.
|
| HttpMethod | |
| OkHeaders |
Headers and utilities for internal use by OkHttp.
|
| RealResponseBody | |
| RequestLine | |
| RetryableSink |
An HTTP request body that's completely buffered in memory.
|
| RouteSelector |
Selects routes to connect to an origin server.
|
| StatusLine |
An HTTP response status line like "HTTP/1.1 200 OK".
|
| StreamAllocation |
This class coordinates the relationship between three entities:
Connections: physical socket connections to remote servers.
|
| Exception | Description |
|---|---|
| RequestException |
Indicates a problem with interpreting a request.
|
| RouteException |
An exception thrown to indicate a problem connecting via a single Route.
|
Copyright © 2017. All Rights Reserved.