Example usage for Java com.squareup.okhttp ConnectionPool fields, constructors, methods, implement or subclass
The text is from its open source code.
void | evictAll() Close and remove all idle connections in the pool. |
int | getConnectionCount() Returns total number of connections in the pool. |
ConnectionPool | getDefault() |
int | getHttpConnectionCount() Returns total number of http connections in the pool. |
int | getMultiplexedConnectionCount() Returns total number of multiplexed connections in the pool. |
int | getSpdyConnectionCount() |