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 AbstractConnPool.getStats(T route)
           
 PoolStats ConnPoolControl.getStats(T route)
           
 PoolStats AbstractConnPool.getTotalStats()
           
 PoolStats ConnPoolControl.getTotalStats()
           
 



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