| Class and Description |
|---|
| Address
A specification for a connection to an origin server.
|
| CacheControl
A Cache-Control header with cache directives from a server or client.
|
| Connection
The sockets and streams of an HTTP, HTTPS, or HTTPS+SPDY connection.
|
| ConnectionPool
Manages reuse of HTTP and SPDY connections for reduced network latency.
|
| Handshake
A record of a TLS handshake.
|
| MediaType
An RFC 2045 Media Type,
appropriate to describe the content type of an HTTP request or response body.
|
| OkAuthenticator
Responds to authentication challenges from the remote web or proxy server by
returning credentials.
|
| OkAuthenticator.Challenge
An RFC 2617 challenge.
|
| OkAuthenticator.Credential
An RFC 2617 credential.
|
| OkHttpClient
Configures and creates HTTP connections.
|
| OkResponseCache
An extended response cache API.
|
| Protocol |
| ResponseSource
The source of an HTTP response.
|
| Route
The concrete route used by a connection to reach an abstract origin server.
|
| 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.
|
Copyright © 2014. All Rights Reserved.