Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestProducer

Packages that use HttpAsyncRequestProducer
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

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

Subinterfaces of HttpAsyncRequestProducer in org.apache.http.nio.protocol
 interface HttpAsyncClientExchangeHandler<T>
           
 

Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestProducer
 class BasicAsyncRequestProducer
           
 

Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestProducer
<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)
           
<T> Future<T>
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, NHttpClientConnection conn)
           
<T> Future<T>
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, NHttpClientConnection conn, HttpContext context)
           
<T> Future<T>
HttpAsyncRequestExecutor.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, NHttpClientConnection conn, HttpContext context, FutureCallback<T> callback)
           
 



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