Package | Description |
---|---|
com.squareup.okhttp.internal | |
com.squareup.okhttp.internal.http |
Class and Description |
---|
CacheRequest |
CacheStrategy
Given a request and cached response, this figures out whether to use the
network, the cache, or both.
|
HttpEngine
Handles a single HTTP request/response pair.
|
Transport |
Class and Description |
---|
CacheStrategy
Given a request and cached response, this figures out whether to use the
network, the cache, or both.
|
HttpConnection
A socket connection that can be used to send HTTP/1.1 messages.
|
HttpEngine
Handles a single HTTP request/response pair.
|
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".
|
Transport |
Copyright © 2015. All rights reserved.