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

Packages that use PoolEntry
org.apache.http.impl.nio.pool   
org.apache.http.impl.pool   
org.apache.http.nio.pool   
org.apache.http.pool   
 

Uses of PoolEntry in org.apache.http.impl.nio.pool
 

Subclasses of PoolEntry in org.apache.http.impl.nio.pool
 class BasicNIOPoolEntry
          Pool entry for BasicNIOConnPool.
 

Uses of PoolEntry in org.apache.http.impl.pool
 

Subclasses of PoolEntry in org.apache.http.impl.pool
 class BasicPoolEntry
           
 

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

Classes in org.apache.http.nio.pool with type parameters of type PoolEntry
 class AbstractNIOConnPool<T,C,E extends PoolEntry<T,C>>
          Abstract non-blocking connection pool.
 

Uses of PoolEntry in org.apache.http.pool
 

Classes in org.apache.http.pool with type parameters of type PoolEntry
 class AbstractConnPool<T,C,E extends PoolEntry<T,C>>
          Abstract blocking connection pool.
 



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