Package com.squareup.okhttp
-
Interface Summary Interface Description OkAuthenticator Responds to authentication challenges from the remote web or proxy server by returning credentials.OkResponseCache An extended response cache API.Response.Receiver -
Class Summary 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.Failure A failure attempting to retrieve an HTTP response.Failure.Builder HttpHandler HttpResponseCache Caches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and bandwidth.HttpsHandler 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.Request An HTTP request.Request.Body Request.Builder Response An HTTP response.Response.Body Response.Builder 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 Summary Enum Description ResponseSource The source of an HTTP response.