Uses of Interface
org.apache.hc.core5.http.nio.AsyncDataExchangeHandler
Packages that use AsyncDataExchangeHandler
Package
Description
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
Support classes for the asynchronous I/O model.
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
-
Uses of AsyncDataExchangeHandler in org.apache.hc.core5.http.nio
Subinterfaces of AsyncDataExchangeHandler in org.apache.hc.core5.http.nioModifier and TypeInterfaceDescriptioninterface
Abstract asynchronous client side message exchange handler that acts as a request producer and a response consumer.interface
Abstract asynchronous server side message exchange handler that acts as a request consumer and a response producer. -
Uses of AsyncDataExchangeHandler in org.apache.hc.core5.http.nio.support
Classes in org.apache.hc.core5.http.nio.support that implement AsyncDataExchangeHandlerModifier and TypeClassDescriptionclass
Abstract server side message exchange handler.class
AsyncServerExchangeHandler
implementation that adds support for the Expect-Continue handshake to an existingAsyncServerExchangeHandler
.final class
BasicAsyncClientExchangeHandler
implementation that makes use ofAsyncRequestProducer
to generate request message andAsyncResponseConsumer
to process the response message returned by the server.class
BasicAbstractServerExchangeHandler
implementation that delegates request processing and response generation to aAsyncServerRequestHandler
.final class
AsyncServerExchangeHandler
implementation that immediately responds with a predefined response generated by aAsyncResponseProducer
and ignores any entity content enclosed in the request message. -
Uses of AsyncDataExchangeHandler in org.apache.hc.core5.http.nio.support.classic
Classes in org.apache.hc.core5.http.nio.support.classic that implement AsyncDataExchangeHandlerModifier and TypeClassDescriptionclass
AsyncServerExchangeHandler
implementation that acts as a compatibility layer for classicInputStream
/OutputStream
based interfaces. -
Uses of AsyncDataExchangeHandler in org.apache.hc.core5.reactive
Classes in org.apache.hc.core5.reactive that implement AsyncDataExchangeHandlerModifier and TypeClassDescriptionfinal class
An implementation ofAsyncServerExchangeHandler
designed to work with reactive streams.