Uses of Interface
org.apache.hc.core5.http.nio.AsyncFilterChain
-
Packages that use AsyncFilterChain Package Description org.apache.hc.core5.http.nio Core HTTP transport APIs based on the asynchronous, event driven I/O model.org.apache.hc.core5.http.nio.support Support classes for the asynchronous I/O model. -
-
Uses of AsyncFilterChain in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type AsyncFilterChain Modifier and Type Method Description AsyncDataConsumer
AsyncFilterHandler. handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)
Processes the incoming HTTP request and if processing has been completed submits a final response to the client. -
Uses of AsyncFilterChain in org.apache.hc.core5.http.nio.support
Fields in org.apache.hc.core5.http.nio.support declared as AsyncFilterChain Modifier and Type Field Description private AsyncFilterChain
AsyncServerFilterChainElement. filterChain
Methods in org.apache.hc.core5.http.nio.support with parameters of type AsyncFilterChain Modifier and Type Method Description AsyncDataConsumer
AbstractAsyncServerAuthFilter. handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)
AsyncDataConsumer
AsyncServerExpectationFilter. handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)
AsyncDataConsumer
TerminalAsyncServerFilter. handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)
-