Uses of Package
com.squareup.okhttp
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http |
-
Classes in com.squareup.okhttp used by com.squareup.okhttp 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 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.Request An HTTP request.Request.Body Request.Builder Response An HTTP response.Response.Body Response.Builder Response.Receiver 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. -
Classes in com.squareup.okhttp used by com.squareup.okhttp.internal.http 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.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.Request An HTTP request.Response.Receiver 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.