Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.pool |
Client side connection pools APIs for synchronous, blocking
communication.
|
Modifier and Type | Method and Description |
---|---|
PoolStats |
PoolingClientConnectionManager.getStats(HttpRoute route)
Deprecated.
|
PoolStats |
PoolingHttpClientConnectionManager.getStats(HttpRoute route) |
PoolStats |
PoolingClientConnectionManager.getTotalStats()
Deprecated.
|
PoolStats |
PoolingHttpClientConnectionManager.getTotalStats() |
Modifier and Type | Method and Description |
---|---|
PoolStats |
AbstractConnPool.getStats(T route) |
PoolStats |
ConnPoolControl.getStats(T route) |
PoolStats |
AbstractConnPool.getTotalStats() |
PoolStats |
ConnPoolControl.getTotalStats() |