Uses of Class
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
Packages that use AsyncServerFilterChainElement
Package
Description
Support classes for the asynchronous I/O model.
-
Uses of AsyncServerFilterChainElement in org.apache.hc.core5.http.nio.support
Fields in org.apache.hc.core5.http.nio.support declared as AsyncServerFilterChainElementModifier and TypeFieldDescriptionprivate final AsyncServerFilterChainElement
AsyncServerFilterChainExchangeHandlerFactory.filterChain
private final AsyncServerFilterChainElement
AsyncServerFilterChainElement.next
Constructors in org.apache.hc.core5.http.nio.support with parameters of type AsyncServerFilterChainElementModifierConstructorDescriptionAsyncServerFilterChainExchangeHandlerFactory
(AsyncServerFilterChainElement filterChain, Callback<Exception> exceptionCallback)