Uses of Class
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
-
Packages that use AsyncServerFilterChainElement Package Description org.apache.hc.core5.http.nio.support 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 AsyncServerFilterChainElement Modifier and Type Field Description private AsyncServerFilterChainElementAsyncServerFilterChainExchangeHandlerFactory. filterChainprivate AsyncServerFilterChainElementAsyncServerFilterChainElement. nextConstructors in org.apache.hc.core5.http.nio.support with parameters of type AsyncServerFilterChainElement Constructor Description AsyncServerFilterChainElement(AsyncFilterHandler handler, AsyncServerFilterChainElement next)AsyncServerFilterChainExchangeHandlerFactory(AsyncServerFilterChainElement filterChain)AsyncServerFilterChainExchangeHandlerFactory(AsyncServerFilterChainElement filterChain, Callback<java.lang.Exception> exceptionCallback)
-