| Interface | Description |
|---|---|
| InternalCache |
OkHttp's internal cache interface.
|
| Class | Description |
|---|---|
| ConnectionSpecSelector |
Handles the connection spec fallback strategy: When a secure socket connection fails
due to a handshake / protocol problem the connection may be retried with different protocols.
|
| DiskLruCache |
A cache that uses a bounded amount of space on a filesystem.
|
| Internal |
Escalate internal APIs in
com.squareup.okhttp so they can be used
from OkHttp's implementation packages. |
| NamedRunnable |
Runnable implementation which always sets its thread name.
|
| Platform |
Access to platform-specific features.
|
| RouteDatabase |
A blacklist of failed routes to avoid when creating a new connection to a
target address.
|
| Util |
Junk drawer of utility methods.
|
| Version |
Copyright © 2017. All Rights Reserved.