Interface | Description |
---|---|
InternalCache |
OkHttp's internal cache interface.
|
Network |
Services specific to the host device's network interface.
|
Class | Description |
---|---|
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 necessary for SPDY and advanced TLS.
|
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 © 2015. All rights reserved.