Uses of Interface
org.apache.hc.core5.http.nio.AsyncClientExchangeHandler
-
Packages that use AsyncClientExchangeHandler Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.nio Core HTTP transport APIs based on the asynchronous, event driven I/O model.org.apache.hc.core5.http.nio.command Commands for HTTP transports based on asynchronous, event driven I/O model.org.apache.hc.core5.http.nio.support Support classes for the asynchronous I/O model.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap.org.apache.hc.core5.testing.nio -
-
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type AsyncClientExchangeHandler Modifier and Type Method Description voidHttpAsyncRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext executeContext)voidHttpAsyncRequester. execute(AsyncClientExchangeHandler exchangeHandler, Timeout timeout, HttpContext executeContext)voidHttpAsyncRequester.InternalAsyncClientEndpoint. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context) -
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as AsyncClientExchangeHandler Modifier and Type Field Description private AsyncClientExchangeHandlerClientHttp1StreamHandler. exchangeHandlerConstructors in org.apache.hc.core5.http.impl.nio with parameters of type AsyncClientExchangeHandler Constructor Description ClientHttp1StreamHandler(Http1StreamChannel<HttpRequest> outputChannel, HttpProcessor httpProcessor, Http1Config http1Config, ConnectionReuseStrategy connectionReuseStrategy, AsyncClientExchangeHandler exchangeHandler, HttpCoreContext context) -
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type AsyncClientExchangeHandler Modifier and Type Method Description abstract voidAsyncClientEndpoint. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context)Initiates a message exchange using the given handler.voidAsyncClientEndpoint. execute(AsyncClientExchangeHandler exchangeHandler, HttpContext context)Initiates a message exchange using the given handler. -
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http.nio.command
Fields in org.apache.hc.core5.http.nio.command declared as AsyncClientExchangeHandler Modifier and Type Field Description private AsyncClientExchangeHandlerRequestExecutionCommand. exchangeHandlerMethods in org.apache.hc.core5.http.nio.command that return AsyncClientExchangeHandler Modifier and Type Method Description AsyncClientExchangeHandlerRequestExecutionCommand. getExchangeHandler()Constructors in org.apache.hc.core5.http.nio.command with parameters of type AsyncClientExchangeHandler Constructor Description RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, HttpContext context)RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context)RequestExecutionCommand(AsyncClientExchangeHandler exchangeHandler, HttpContext context) -
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http.nio.support
Classes in org.apache.hc.core5.http.nio.support that implement AsyncClientExchangeHandler Modifier and Type Class Description classBasicClientExchangeHandler<T>BasicAsyncClientExchangeHandlerimplementation that makes use ofAsyncRequestProducerto generate request message andAsyncResponseConsumerto process the response message returned by the server. -
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as AsyncClientExchangeHandler Modifier and Type Field Description private AsyncClientExchangeHandlerClientH2StreamHandler. exchangeHandlerConstructors in org.apache.hc.core5.http2.impl.nio with parameters of type AsyncClientExchangeHandler Constructor Description ClientH2StreamHandler(H2StreamChannel outputChannel, HttpProcessor httpProcessor, BasicHttpConnectionMetrics connMetrics, AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpCoreContext context) -
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http2.impl.nio.bootstrap
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type AsyncClientExchangeHandler Modifier and Type Method Description private voidH2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, Timeout timeout, HttpContext context)CancellableH2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext context)CancellableH2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, Timeout timeout, HttpContext context) -
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio with parameters of type AsyncClientExchangeHandler Modifier and Type Method Description voidClientSessionEndpoint. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context)voidClientSessionEndpoint. execute(AsyncClientExchangeHandler exchangeHandler, HttpContext context)
-