Uses of Interface
org.apache.http.pool.ConnPool

Packages that use ConnPool
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 ConnPool in org.apache.http.impl.nio.pool
 

Classes in org.apache.http.impl.nio.pool that implement ConnPool
 class BasicNIOConnPool
          Basic non-blocking NHttpClientConnection pool.
 

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

Classes in org.apache.http.impl.pool that implement ConnPool
 class BasicConnPool
           
 

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

Classes in org.apache.http.nio.pool that implement ConnPool
 class AbstractNIOConnPool<T,C,E extends PoolEntry<T,C>>
          Abstract non-blocking connection pool.
 

Uses of ConnPool in org.apache.http.nio.protocol
 

Methods in org.apache.http.nio.protocol with parameters of type ConnPool
<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 ConnPool in org.apache.http.pool
 

Classes in org.apache.http.pool that implement ConnPool
 class AbstractConnPool<T,C,E extends PoolEntry<T,C>>
          Abstract blocking connection pool.
 



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