Uses of Interface
org.apache.hc.core5.http.nio.AsyncDataExchangeHandler
-
Packages that use AsyncDataExchangeHandler Package Description 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.support Support classes for the asynchronous I/O model.org.apache.hc.core5.http.nio.support.classic Support classes for the asynchronous I/O model that emulate behavior of the classic (blocking) I/O model.org.apache.hc.core5.reactive -
-
Uses of AsyncDataExchangeHandler in org.apache.hc.core5.http.nio
Subinterfaces of AsyncDataExchangeHandler in org.apache.hc.core5.http.nio Modifier and Type Interface Description interfaceAsyncClientExchangeHandlerAbstract asynchronous client side message exchange handler that acts as a request producer and a response consumer.interfaceAsyncServerExchangeHandlerAbstract 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 AsyncDataExchangeHandler Modifier and Type Class Description classAbstractServerExchangeHandler<T>Abstract server side message exchange handler.classBasicAsyncServerExpectationDecoratorAsyncServerExchangeHandlerimplementation that adds support for the Expect-Continue handshake to an existingAsyncServerExchangeHandler.classBasicClientExchangeHandler<T>BasicAsyncClientExchangeHandlerimplementation that makes use ofAsyncRequestProducerto generate request message andAsyncResponseConsumerto process the response message returned by the server.classBasicServerExchangeHandler<T>BasicAbstractServerExchangeHandlerimplementation that delegates request processing and response generation to aAsyncServerRequestHandler.classImmediateResponseExchangeHandlerAsyncServerExchangeHandlerimplementation that immediately responds with a predefined response generated by aAsyncResponseProducerand 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 AsyncDataExchangeHandler Modifier and Type Class Description classAbstractClassicServerExchangeHandlerAsyncServerExchangeHandlerimplementation that acts as a compatibility layer for classicInputStream/OutputStreambased interfaces. -
Uses of AsyncDataExchangeHandler in org.apache.hc.core5.reactive
Classes in org.apache.hc.core5.reactive that implement AsyncDataExchangeHandler Modifier and Type Class Description classReactiveServerExchangeHandlerAn implementation ofAsyncServerExchangeHandlerdesigned to work with reactive streams.
-