Uses of Class
org.apache.http.pool.PoolStats
-
Packages that use PoolStats Package Description org.apache.http.nio.pool Client side connection pools APIs for asynchronous, event driven communication.org.apache.http.pool Client side connection pools APIs for synchronous, blocking communication. -
-
Uses of PoolStats in org.apache.http.nio.pool
Methods in org.apache.http.nio.pool that return PoolStats Modifier and Type Method Description PoolStatsAbstractNIOConnPool. getStats(T route)PoolStatsAbstractNIOConnPool. getTotalStats() -
Uses of PoolStats in org.apache.http.pool
Methods in org.apache.http.pool that return PoolStats Modifier and Type Method Description PoolStatsAbstractConnPool. getStats(T route)PoolStatsConnPoolControl. getStats(T route)PoolStatsAbstractConnPool. getTotalStats()PoolStatsConnPoolControl. getTotalStats()
-