Uses of Class
org.apache.http.pool.PoolStats

Packages that use PoolStats
org.apache.http.nio.pool Asynchronous (non-blocking) connection pool components. 
org.apache.http.pool Synchronous (blocking) connection pool components. 
 

Uses of PoolStats in org.apache.http.nio.pool
 

Methods in org.apache.http.nio.pool that return PoolStats
 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
 PoolStats ConnPoolControl.getStats(T route)
           
 PoolStats AbstractConnPool.getStats(T route)
           
 PoolStats ConnPoolControl.getTotalStats()
           
 PoolStats AbstractConnPool.getTotalStats()
           
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.