Uses of Interface
org.apache.hc.core5.http.io.HttpFilterChain
Packages that use HttpFilterChain
Package
Description
Core HTTP transport APIs based on the classic (blocking) I/O model.
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 HttpFilterChainModifier and TypeMethodDescriptionvoid
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 HttpFilterChainModifier and TypeFieldDescriptionprivate final HttpFilterChain
HttpServerFilterChainElement.filterChain
Methods in org.apache.hc.core5.http.io.support with parameters of type HttpFilterChainModifier and TypeMethodDescriptionfinal void
AbstractHttpServerAuthFilter.handle
(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context, HttpFilterChain chain) final void
HttpServerExpectationFilter.handle
(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context, HttpFilterChain chain) void
TerminalServerFilter.handle
(ClassicHttpRequest request, HttpFilterChain.ResponseTrigger responseTrigger, HttpContext context, HttpFilterChain chain)