Package | Description |
---|---|
com.squareup.okhttp | |
com.squareup.okhttp.apache | |
com.squareup.okhttp.internal.http |
Class and 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.
|
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.
|
ResponseSource
The source of an HTTP response.
|
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.
|
Class and Description |
---|
OkHttpClient
Configures and creates HTTP connections.
|
Class and 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.
|
OkAuthenticator
Responds to authentication challenges from the remote web or proxy server by
returning credentials.
|
OkHttpClient
Configures and creates HTTP connections.
|
OkResponseCache
An extended response cache API.
|
ResponseSource
The source of an HTTP response.
|
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.