Uses of Class
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
-
Packages that use HttpServerFilterChainElement Package Description org.apache.hc.core5.http.io.support Support classes for the classic (blocking) I/O model. -
-
Uses of HttpServerFilterChainElement in org.apache.hc.core5.http.io.support
Fields in org.apache.hc.core5.http.io.support declared as HttpServerFilterChainElement Modifier and Type Field Description private HttpServerFilterChainElement
HttpServerFilterChainRequestHandler. filterChain
private HttpServerFilterChainElement
HttpServerFilterChainElement. next
Constructors in org.apache.hc.core5.http.io.support with parameters of type HttpServerFilterChainElement Constructor Description HttpServerFilterChainElement(HttpFilterHandler handler, HttpServerFilterChainElement next)
HttpServerFilterChainRequestHandler(HttpServerFilterChainElement filterChain)
-