Uses of Interface
org.apache.http.nio.protocol.HttpAsyncResponseConsumer
-
Packages that use HttpAsyncResponseConsumer Package Description 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 Modifier and Type Interface Description interface
HttpAsyncRequestExecutionHandler<T>
Deprecated.Classes in org.apache.http.nio.protocol that implement HttpAsyncResponseConsumer Modifier and Type Class Description class
AbstractAsyncResponseConsumer<T>
AbstractHttpAsyncResponseConsumer
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) useBasicAsyncClientExchangeHandler
.class
BasicAsyncResponseConsumer
Basic implementation ofHttpAsyncResponseConsumer
.Fields in org.apache.http.nio.protocol declared as HttpAsyncResponseConsumer Modifier and Type Field Description private HttpAsyncResponseConsumer<T>
BasicAsyncClientExchangeHandler. responseConsumer
private HttpAsyncResponseConsumer<T>
BasicAsyncRequestExecutionHandler. responseConsumer
Deprecated.private HttpAsyncResponseConsumer<T>
HttpAsyncRequester.ConnRequestCallback. responseConsumer
Fields in org.apache.http.nio.protocol with type parameters of type HttpAsyncResponseConsumer Modifier and Type Field Description private java.util.Queue<HttpAsyncResponseConsumer<T>>
PipeliningClientExchangeHandler. responseConsumerQueue
private java.util.concurrent.atomic.AtomicReference<HttpAsyncResponseConsumer<T>>
PipeliningClientExchangeHandler. responseConsumerRef
private java.util.List<? extends HttpAsyncResponseConsumer<T>>
HttpAsyncRequester.ConnPipelinedRequestCallback. responseConsumers
Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncResponseConsumer Modifier and Type Method Description <T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, E poolEntry, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<T> callback)
Initiates asynchronous HTTP request execution.<T> java.util.concurrent.Future<T>
HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, NHttpClientConnection conn)
Initiates asynchronous HTTP request execution.<T> java.util.concurrent.Future<T>
HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, NHttpClientConnection conn, HttpContext context)
Initiates asynchronous HTTP request execution.<T> java.util.concurrent.Future<T>
HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, NHttpClientConnection conn, HttpContext context, FutureCallback<T> callback)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context)
Initiates asynchronous HTTP request execution.<T,E extends PoolEntry<HttpHost,NHttpClientConnection>>
java.util.concurrent.Future<T>HttpAsyncRequester. execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, ConnPool<HttpHost,E> connPool, HttpContext context, FutureCallback<T> callback)
Initiates asynchronous HTTP request execution.
-