Package | Description |
---|---|
org.apache.http.nio.pool |
Asynchronous (non-blocking) connection pool components.
|
org.apache.http.pool |
Synchronous (blocking) connection pool components.
|
Modifier and Type | Method and Description |
---|---|
PoolStats |
AbstractNIOConnPool.getStats(T route) |
PoolStats |
AbstractNIOConnPool.getTotalStats() |
Modifier and Type | Method and Description |
---|---|
PoolStats |
AbstractConnPool.getStats(T route) |
PoolStats |
ConnPoolControl.getStats(T route) |
PoolStats |
AbstractConnPool.getTotalStats() |
PoolStats |
ConnPoolControl.getTotalStats() |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.