Uses of Class
com.squareup.okhttp.ConnectionPool
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http |
-
Uses of ConnectionPool in com.squareup.okhttp
Methods in com.squareup.okhttp that return ConnectionPool Modifier and Type Method Description ConnectionPoolOkHttpClient. getConnectionPool()static ConnectionPoolConnectionPool. getDefault()Methods in com.squareup.okhttp with parameters of type ConnectionPool Modifier and Type Method Description OkHttpClientOkHttpClient. setConnectionPool(ConnectionPool connectionPool)Sets the connection pool used to recycle HTTP and HTTPS connections. -
Uses of ConnectionPool in com.squareup.okhttp.internal.http
Constructors in com.squareup.okhttp.internal.http with parameters of type ConnectionPool Constructor Description RouteSelector(Address address, URI uri, ProxySelector proxySelector, ConnectionPool pool, Dns dns, RouteDatabase routeDatabase)