| Package | Description |
|---|---|
| okhttp3 | |
| okhttp3.internal | |
| okhttp3.internal.http |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
OkHttpClient.connectionPool()
|
| Modifier and Type | Method and Description |
|---|---|
OkHttpClient |
OkHttpClient.Builder.connectionPool(ConnectionPool
Sets the connection pool used to recycle HTTP and HTTPS connections.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
Internal.connectionBecameIdle(ConnectionPool
|
abstract RealConnection |
Internal.get(ConnectionPool
|
abstract void |
Internal.put(ConnectionPool
|
abstract RouteDatabase |
Internal.routeDatabase(ConnectionPool
|
| Constructor and Description | |
|---|---|
StreamAllocation(ConnectionPool
|