Uses of Interface
org.apache.hc.core5.http.nio.AsyncClientExchangeHandler
Packages that use AsyncClientExchangeHandler
Package
Description
HTTP/1.1 requester and server bootstrap.
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
Commands for HTTP transports based on asynchronous, event driven I/O model.
Support classes for the asynchronous I/O model.
HTTP/2 capable requester and server bootstrap.
-
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type AsyncClientExchangeHandlerModifier and TypeMethodDescriptionvoidHttpAsyncRequester.execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext executeContext) voidHttpAsyncRequester.execute(AsyncClientExchangeHandler exchangeHandler, Timeout timeout, HttpContext executeContext) -
Uses of AsyncClientExchangeHandler in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type AsyncClientExchangeHandlerModifier and TypeMethodDescriptionabstract 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
Methods in org.apache.hc.core5.http.nio.command that return AsyncClientExchangeHandlerConstructors in org.apache.hc.core5.http.nio.command with parameters of type AsyncClientExchangeHandlerModifierConstructorDescriptionRequestExecutionCommand(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 AsyncClientExchangeHandlerModifier and TypeClassDescriptionfinal classBasicAsyncClientExchangeHandlerimplementation 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.bootstrap
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type AsyncClientExchangeHandlerModifier and TypeMethodDescriptionH2MultiplexingRequester.execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, Timeout timeout, HttpContext context) 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 AsyncClientExchangeHandlerModifier and TypeMethodDescriptionvoidClientSessionEndpoint.execute(AsyncClientExchangeHandler exchangeHandler, HandlerFactory<AsyncPushConsumer> pushHandlerFactory, HttpContext context) voidClientSessionEndpoint.execute(AsyncClientExchangeHandler exchangeHandler, HttpContext context)