|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpAsyncRequestProducer | |
---|---|
org.apache.http.nio.protocol | Asynchronous HTTP protocol handlers based on the non-blocking I/O model. |
Uses of HttpAsyncRequestProducer in org.apache.http.nio.protocol |
---|
Subinterfaces of HttpAsyncRequestProducer in org.apache.http.nio.protocol | |
---|---|
interface |
HttpAsyncRequestExecutionHandler<T>
HttpAsyncRequestExecutionHandler represents a callback interface that combines functionality of HttpAsyncRequestProducer and
HttpAsyncResponseConsumer and is capable of handling logically
related series of HTTP request / response exchanges. |
Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestProducer | |
---|---|
class |
BasicAsyncRequestExecutionHandler<T>
Basic implementation of HttpAsyncRequestExecutionHandler that executes
a single HTTP request / response exchange. |
class |
BasicAsyncRequestProducer
Basic implementation of HttpAsyncRequestProducer . |
Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestProducer | ||
---|---|---|
|
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,
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. |
Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestProducer | |
---|---|
BasicAsyncRequestExecutionHandler(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
FutureCallback<T> callback,
HttpContext localContext,
HttpProcessor httppocessor,
ConnectionReuseStrategy reuseStrategy,
HttpParams params)
|
|
BasicAsyncRequestExecutionHandler(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
HttpContext localContext,
HttpProcessor httppocessor,
ConnectionReuseStrategy reuseStrategy,
HttpParams params)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |