Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
okhttp3.internal | |
okhttp3.internal.connection |
Modifier and Type | Field and Description |
---|---|
(package private) RealConnectionPool |
ConnectionPool.delegate |
Modifier and Type | Method and Description |
---|---|
abstract RealConnectionPool |
Internal.realConnectionPool(ConnectionPool connectionPool) |
Modifier and Type | Field and Description |
---|---|
private RealConnectionPool |
ExchangeFinder.connectionPool |
RealConnectionPool |
RealConnection.connectionPool |
private RealConnectionPool |
Transmitter.connectionPool |
Modifier and Type | Method and Description |
---|---|
(package private) static RealConnection |
RealConnection.testConnection(RealConnectionPool connectionPool,
Route route,
java.net.Socket socket,
long idleAtNanos) |
Constructor and Description |
---|
ExchangeFinder(Transmitter transmitter,
RealConnectionPool connectionPool,
Address address,
Call call,
EventListener eventListener) |
RealConnection(RealConnectionPool connectionPool,
Route route) |