Toggle navigation
JarYard
Browse
Search
About
Groups
com.squareup.okhttp3
okhttp
3.2.0
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
okhttp3
.
internal
.
http
Interface Summary
Interface
Description
CacheRequest
HttpStream
Class Summary
Class
Description
CacheStrategy
Given a request and cached response, this figures out whether to use the network, the cache, or both.
CacheStrategy
.Factory
HeaderParser
Http1xStream
A socket connection that can be used to send HTTP/1.1 messages.
Http2xStream
An HTTP stream for HTTP/2 and SPDY.
HttpDate
Best-effort parser for HTTP dates.
HttpEngine
Handles a single HTTP request/response pair.
HttpMethod
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".
StreamAllocation
This class coordinates the relationship between three entities:
Connections:
physical socket connections to remote servers.
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.