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 void
HttpAsyncRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext executeContext)
void
HttpAsyncRequester. execute(AsyncClientExchangeHandler exchangeHandler, Timeout timeout, HttpContext executeContext)
void
HttpAsyncRequester.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 AsyncClientExchangeHandler
ClientHttp1StreamHandler. exchangeHandler
Constructors 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 void
AsyncClientEndpoint. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context)
Initiates a message exchange using the given handler.void
AsyncClientEndpoint. 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 AsyncClientExchangeHandler
RequestExecutionCommand. exchangeHandler
Methods in org.apache.hc.core5.http.nio.command that return AsyncClientExchangeHandler Modifier and Type Method Description AsyncClientExchangeHandler
RequestExecutionCommand. 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 class
BasicClientExchangeHandler<T>
BasicAsyncClientExchangeHandler
implementation that makes use ofAsyncRequestProducer
to generate request message andAsyncResponseConsumer
to 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 AsyncClientExchangeHandler
ClientH2StreamHandler. exchangeHandler
Constructors 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 void
H2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, CancellableDependency cancellableDependency, Timeout timeout, HttpContext context)
Cancellable
H2MultiplexingRequester. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext context)
Cancellable
H2MultiplexingRequester. 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 void
ClientSessionEndpoint. execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context)
void
ClientSessionEndpoint. execute(AsyncClientExchangeHandler exchangeHandler, HttpContext context)
-