Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
okhttp3.internal |
Modifier and Type | Field and Description |
---|---|
(package private) ConnectionPool |
OkHttpClient.connectionPool |
(package private) ConnectionPool |
OkHttpClient.Builder.connectionPool |
Modifier and Type | Method and Description |
---|---|
ConnectionPool |
OkHttpClient.connectionPool() |
Modifier and Type | Method and Description |
---|---|
OkHttpClient.Builder |
OkHttpClient.Builder.connectionPool(ConnectionPool connectionPool)
Sets the connection pool used to recycle HTTP and HTTPS connections.
|
Modifier and Type | Method and Description |
---|---|
abstract RealConnectionPool |
Internal.realConnectionPool(ConnectionPool connectionPool) |