| Package | Description |
|---|---|
| com.squareup.okhttp.internal | |
| com.squareup.okhttp.internal.http | |
| com.squareup.okhttp.internal.io |
| Class and Description |
|---|
| CacheRequest |
| CacheStrategy
Given a request and cached response, this figures out whether to use the
network, the cache, or both.
|
| StreamAllocation
This class coordinates the relationship between three entities:
Connections: physical socket connections to remote servers.
|
| Class and Description |
|---|
| 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.
|
| HttpStream |
| RequestException
Indicates a problem with interpreting a request.
|
| RetryableSink
An HTTP request body that's completely buffered in memory.
|
| RouteException
An exception thrown to indicate a problem connecting via a single Route.
|
| 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.
|
| Class and Description |
|---|
| RouteException
An exception thrown to indicate a problem connecting via a single Route.
|
| StreamAllocation
This class coordinates the relationship between three entities:
Connections: physical socket connections to remote servers.
|
Copyright © 2017. All Rights Reserved.