See: Description
Class | Description |
---|---|
AbstractAsyncPushHandler<T> |
Abstract push response handler.
|
AbstractAsyncRequesterConsumer<T,E> |
Abstract asynchronous request consumer that makes use of
AsyncEntityConsumer
to process request message content. |
AbstractAsyncResponseConsumer<T,E> |
Abstract asynchronous response consumer that makes use of
AsyncEntityConsumer
to 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.
|
AsyncServerExpectationFilter | |
AsyncServerFilterChainElement |
An element in an asynchronous request processing chain.
|
AsyncServerFilterChainExchangeHandlerFactory |
Factory for
AsyncServerExchangeHandler instances that delegate request processing
to a AsyncServerFilterChainElement . |
BasicAsyncServerExpectationDecorator |
AsyncServerExchangeHandler implementation that adds support
for the Expect-Continue handshake to an existing
AsyncServerExchangeHandler . |
BasicClientExchangeHandler<T> |
Basic
AsyncClientExchangeHandler implementation that makes use
of AsyncRequestProducer to generate request message
and AsyncResponseConsumer to process the response message returned by the server. |
BasicServerExchangeHandler<T> |
Basic
AbstractServerExchangeHandler implementation that delegates
request processing and response generation to a AsyncServerRequestHandler . |
DefaultAsyncResponseExchangeHandlerFactory |
Factory for
AsyncServerExchangeHandler instances that make use
of HttpRequestMapper to dispatch
the request to a particular AsyncServerExchangeHandler for processing. |
ImmediateResponseExchangeHandler |
AsyncServerExchangeHandler implementation that immediately responds
with a predefined response generated by a AsyncResponseProducer and
ignores any entity content enclosed in the request message. |
TerminalAsyncServerFilter |
AsyncFilterHandler implementation represents a terminal handler
in an asynchronous request processing pipeline that makes use of HandlerFactory
to dispatch the request to a particular AsyncServerExchangeHandler . |
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.