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.nio.protocol Non-blocking HTTP protocol execution framework. 
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.nio.protocol
 

Methods in org.apache.http.nio.protocol with type parameters of type PoolEntry
<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
Future<T>
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool)
           
<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
Future<T>
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context)
           
<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
Future<T>
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<T> callback)
           
 

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.