Interface | Description |
---|---|
OkAuthenticator |
Responds to authentication challenges from the remote web or proxy server by
returning credentials.
|
OkResponseCache |
An extended response cache API.
|
Class | Description |
---|---|
Address |
A specification for a connection to an origin server.
|
Connection |
Holds the sockets and streams of an HTTP, HTTPS, or HTTPS+SPDY connection,
which may be used for multiple HTTP request/response exchanges.
|
ConnectionPool |
Manages reuse of HTTP and SPDY connections for reduced network latency.
|
HttpResponseCache |
Caches HTTP and HTTPS responses to the filesystem so they may be reused,
saving time and bandwidth.
|
MediaType |
An RFC 2045 Media Type,
appropriate to describe the content type of an HTTP request or response body.
|
OkAuthenticator.Challenge |
An RFC 2617 challenge.
|
OkAuthenticator.Credential |
An RFC 2617 credential.
|
OkHttpClient |
Configures and creates HTTP connections.
|
Route |
Represents the route used by a connection to reach an endpoint.
|
RouteDatabase |
A blacklist of failed routes to avoid when creating a new connection to a
target address.
|
TunnelRequest |
Routing and authentication information sent to an HTTP proxy to create a
HTTPS to an origin server.
|
Enum | Description |
---|---|
ResponseSource |
The source of an HTTP response.
|
Copyright © 2014. All rights reserved.