See: Description
| Class | Description | 
|---|---|
| AbstractAsyncPushHandler<T> | Abstract push response handler. | 
| AbstractAsyncRequesterConsumer<T,E> | Abstract asynchronous request consumer that makes use of  AsyncEntityConsumerto process request message content. | 
| AbstractAsyncResponseConsumer<T,E> | Abstract asynchronous response consumer that makes use of  AsyncEntityConsumerto process response message content. | 
| AbstractAsyncServerAuthFilter<T> | Abstract asynchronous HTTP request filter that implements standard HTTP authentication handshake. | 
| AbstractServerExchangeHandler<T> | Abstract server side message exchange handler. | 
| AsyncPushBuilder | Builder for  AsyncPushProducerinstances. | 
| AsyncRequestBuilder | Builder for  AsyncRequestProducerinstances. | 
| AsyncResponseBuilder | Builder for  AsyncResponseProducerinstances. | 
| AsyncServerExpectationFilter | |
| AsyncServerFilterChainElement | An element in an asynchronous request processing chain. | 
| AsyncServerFilterChainExchangeHandlerFactory | Factory for  AsyncServerExchangeHandlerinstances that delegate request processing
 to aAsyncServerFilterChainElement. | 
| BasicAsyncServerExpectationDecorator | AsyncServerExchangeHandlerimplementation that adds support
 for the Expect-Continue handshake to an existingAsyncServerExchangeHandler. | 
| BasicClientExchangeHandler<T> | Basic  AsyncClientExchangeHandlerimplementation that makes use
 ofAsyncRequestProducerto generate request message
 andAsyncResponseConsumerto process the response message returned by the server. | 
| BasicPushProducer | Basic implementation of  AsyncPushProducerthat produces one fixed response
 and relies on aAsyncEntityProducerto generate response entity stream. | 
| BasicRequestConsumer<T> | Basic implementation of  AsyncRequestConsumerthat represents the request message as
 aMessageand relies on aAsyncEntityConsumerto process request entity stream. | 
| BasicRequestProducer | Basic implementation of  AsyncRequestProducerthat produces one fixed request
 and relies on aAsyncEntityProducerto generate request entity stream. | 
| BasicResponseConsumer<T> | Basic implementation of  AsyncResponseConsumerthat represents response message as
 aMessageand relies on aAsyncEntityConsumerto process response entity
 stream. | 
| BasicResponseProducer | Basic implementation of  AsyncResponseProducerthat produces one fixed response
 and relies on aAsyncEntityProducerto generate response entity stream. | 
| BasicServerExchangeHandler<T> | Basic  AbstractServerExchangeHandlerimplementation that delegates
 request processing and response generation to aAsyncServerRequestHandler. | 
| DefaultAsyncResponseExchangeHandlerFactory | Factory for  AsyncServerExchangeHandlerinstances that make use
 ofHttpRequestMapperto dispatch
 the request to a particularAsyncServerExchangeHandlerfor processing. | 
| ImmediateResponseExchangeHandler | AsyncServerExchangeHandlerimplementation that immediately responds
 with a predefined response generated by aAsyncResponseProducerand
 ignores any entity content enclosed in the request message. | 
| TerminalAsyncServerFilter | AsyncFilterHandlerimplementation represents a terminal handler
 in an asynchronous request processing pipeline that makes use ofHandlerFactoryto dispatch the request to a particularAsyncServerExchangeHandler. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.