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

Packages that use PoolEntry
org.apache.http.impl.pool Default implementations of client side connection pools for synchronous, blocking communication. 
org.apache.http.pool Client side connection pools APIs for synchronous, blocking communication. 
 

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

Subclasses of PoolEntry in org.apache.http.impl.pool
 class BasicPoolEntry
          A very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified by an HttpHost instance.
 

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 synchronous (blocking) pool of connections.
 

Methods in org.apache.http.pool with parameters of type PoolEntry
 void PoolEntryCallback.process(PoolEntry<T,C> entry)
           
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.