Uses of Interface
org.apache.hc.core5.http.io.HttpFilterChain
-
Packages that use HttpFilterChain Package Description org.apache.hc.core5.http.io Core HTTP transport APIs based on the classic (blocking) I/O model.org.apache.hc.core5.http.io.support Support classes for the classic (blocking) I/O model. -
-
Uses of HttpFilterChain in org.apache.hc.core5.http.io
Methods in org.apache.hc.core5.http.io with parameters of type HttpFilterChain Modifier and Type Method Description void
HttpFilterHandler. handle(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context, HttpFilterChain chain)
Processes the incoming HTTP request and if processing has been completed submits a final response to the client. -
Uses of HttpFilterChain in org.apache.hc.core5.http.io.support
Fields in org.apache.hc.core5.http.io.support declared as HttpFilterChain Modifier and Type Field Description private HttpFilterChain
HttpServerFilterChainElement. filterChain
Methods in org.apache.hc.core5.http.io.support with parameters of type HttpFilterChain Modifier and Type Method Description void
AbstractHttpServerAuthFilter. handle(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context, HttpFilterChain chain)
void
HttpServerExpectationFilter. handle(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context, HttpFilterChain chain)
void
TerminalServerFilter. handle(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context, HttpFilterChain chain)
-