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 AsyncDataConsumerAsyncFilterHandler. 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 AsyncFilterChainAsyncServerFilterChainElement. filterChainMethods in org.apache.hc.core5.http.nio.support with parameters of type AsyncFilterChain Modifier and Type Method Description AsyncDataConsumerAbstractAsyncServerAuthFilter. handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)AsyncDataConsumerAsyncServerExpectationFilter. handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)AsyncDataConsumerTerminalAsyncServerFilter. handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)
-