| Interface | Description |
|---|---|
| CacheRequest | |
| Transport |
| 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 | |
| HttpConnection |
A socket connection that can be used to send HTTP/1.1 messages.
|
| HttpDate |
Best-effort parser for HTTP dates.
|
| HttpEngine |
Handles a single HTTP request/response pair.
|
| HttpMethod | |
| HttpTransport | |
| 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.
|
| SpdyTransport | |
| StatusLine |
An HTTP response status line like "HTTP/1.1 200 OK".
|
Copyright © 2015. All rights reserved.