|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpAsyncResponseConsumer | |
|---|---|
| org.apache.http.nio.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. |
| Uses of HttpAsyncResponseConsumer in org.apache.http.nio.protocol |
|---|
| Subinterfaces of HttpAsyncResponseConsumer in org.apache.http.nio.protocol | |
|---|---|
interface |
HttpAsyncRequestExecutionHandler<T>
Deprecated. use HttpAsyncClientExchangeHandler |
| Classes in org.apache.http.nio.protocol that implement HttpAsyncResponseConsumer | |
|---|---|
class |
AbstractAsyncResponseConsumer<T>
Abstract HttpAsyncResponseConsumer implementation that relieves its
subclasses from having to manage internal state and provides a number of protected
event methods that they need to implement. |
class |
BasicAsyncRequestExecutionHandler<T>
Deprecated. (4.3) use BasicAsyncClientExchangeHandler. |
class |
BasicAsyncResponseConsumer
Basic implementation of HttpAsyncResponseConsumer. |
| Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncResponseConsumer | ||
|---|---|---|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool)
Initiates asynchronous HTTP request execution. |
|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool,
HttpContext context)
Initiates asynchronous HTTP request execution. |
|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<T> callback)
Initiates asynchronous HTTP request execution. |
|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
E poolEntry,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<T> callback)
Initiates asynchronous HTTP request execution. |
|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
NHttpClientConnection conn)
Initiates asynchronous HTTP request execution. |
|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
NHttpClientConnection conn,
HttpContext context)
Initiates asynchronous HTTP request execution. |
|
|
HttpAsyncRequester.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
NHttpClientConnection conn,
HttpContext context,
FutureCallback<T> callback)
Initiates asynchronous HTTP request execution. |
|
| Method parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncResponseConsumer | ||
|---|---|---|
|
HttpAsyncRequester.executePipelined(HttpHost target,
List<? extends HttpAsyncRequestProducer> requestProducers,
List<? extends HttpAsyncResponseConsumer<T>> responseConsumers,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<List<T>> callback)
Initiates asynchronous pipelined HTTP request execution. |
|
|
HttpAsyncRequester.executePipelined(List<HttpAsyncRequestProducer> requestProducers,
List<HttpAsyncResponseConsumer<T>> responseConsumers,
E poolEntry,
ConnPool<HttpHost,E> connPool,
HttpContext context,
FutureCallback<List<T>> callback)
Initiates asynchronous pipelined HTTP request execution. |
|
| Constructor parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncResponseConsumer | |
|---|---|
PipeliningClientExchangeHandler(List<? extends HttpAsyncRequestProducer> requestProducers,
List<? extends HttpAsyncResponseConsumer<T>> responseConsumers,
FutureCallback<List<T>> callback,
HttpContext localContext,
NHttpClientConnection conn,
HttpProcessor httppocessor,
ConnectionReuseStrategy connReuseStrategy)
Creates new instance of PipeliningClientExchangeHandler. |
|
PipeliningClientExchangeHandler(List<? extends HttpAsyncRequestProducer> requestProducers,
List<? extends HttpAsyncResponseConsumer<T>> responseConsumers,
HttpContext localContext,
NHttpClientConnection conn,
HttpProcessor httppocessor)
Creates new instance of PipeliningClientExchangeHandler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||