Package com.squareup.okhttp.internal.http
-
Interface Summary Interface Description CacheRequest Transport -
Class Summary Class Description AuthenticatorAdapter AdaptsAuthenticatortoAuthenticator.CacheStrategy Given a request and cached response, this figures out whether to use the network, the cache, or both.CacheStrategy.Factory FramedTransport HeaderParser HttpConnection A socket connection that can be used to send HTTP/1.1 messages.HttpDate Best-effort parser for HTTP dates.HttpEngine Handles a single HTTP request/response pair.HttpMethod HttpTransport OkHeaders Headers and utilities for internal use by OkHttp.RealResponseBody RequestLine RetryableSink An HTTP request body that's completely buffered in memory.RouteSelector Selects routes to connect to an origin server.StatusLine An HTTP response status line like "HTTP/1.1 200 OK". -
Exception Summary Exception Description RequestException Indicates a problem with interpreting a request.RouteException An exception thrown to indicate a problem connecting via a single Route.