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 interfaceHttpAsyncRequestExecutionHandler<T>Deprecated.Classes in org.apache.http.nio.protocol that implement HttpAsyncResponseConsumer Modifier and Type Class Description classAbstractAsyncResponseConsumer<T>AbstractHttpAsyncResponseConsumerimplementation that relieves its subclasses from having to manage internal state and provides a number of protected event methods that they need to implement.classBasicAsyncRequestExecutionHandler<T>Deprecated.(4.3) useBasicAsyncClientExchangeHandler.classBasicAsyncResponseConsumerBasic implementation ofHttpAsyncResponseConsumer.Fields in org.apache.http.nio.protocol declared as HttpAsyncResponseConsumer Modifier and Type Field Description private HttpAsyncResponseConsumer<T>BasicAsyncClientExchangeHandler. responseConsumerprivate HttpAsyncResponseConsumer<T>BasicAsyncRequestExecutionHandler. responseConsumerDeprecated.private HttpAsyncResponseConsumer<T>HttpAsyncRequester.ConnRequestCallback. responseConsumerFields in org.apache.http.nio.protocol with type parameters of type HttpAsyncResponseConsumer Modifier and Type Field Description private java.util.Queue<HttpAsyncResponseConsumer<T>>PipeliningClientExchangeHandler. responseConsumerQueueprivate java.util.concurrent.atomic.AtomicReference<HttpAsyncResponseConsumer<T>>PipeliningClientExchangeHandler. responseConsumerRefprivate java.util.List<? extends HttpAsyncResponseConsumer<T>>HttpAsyncRequester.ConnPipelinedRequestCallback. responseConsumersMethods 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.
-