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

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

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

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

Classes in org.apache.http.nio.protocol that implement HttpAsyncResponseConsumer
 class AbstractAsyncResponseConsumer<T>
           
 class BasicAsyncResponseConsumer
           
 

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