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 PoolStats
AbstractNIOConnPool. getStats(T route)
PoolStats
AbstractNIOConnPool. getTotalStats()
-
Uses of PoolStats in org.apache.http.pool
Methods in org.apache.http.pool that return PoolStats Modifier and Type Method Description PoolStats
AbstractConnPool. getStats(T route)
PoolStats
ConnPoolControl. getStats(T route)
PoolStats
AbstractConnPool. getTotalStats()
PoolStats
ConnPoolControl. getTotalStats()
-