Uses of Interface
org.apache.hc.core5.http.nio.AsyncFilterChain
Packages that use AsyncFilterChain
Package
Description
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
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 AsyncFilterChainModifier and TypeMethodDescriptionAsyncFilterHandler.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 AsyncFilterChainModifier and TypeFieldDescriptionprivate final AsyncFilterChainAsyncServerFilterChainElement.filterChainMethods in org.apache.hc.core5.http.nio.support with parameters of type AsyncFilterChainModifier and TypeMethodDescriptionfinal AsyncDataConsumerAbstractAsyncServerAuthFilter.handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain) final AsyncDataConsumerAsyncServerExpectationFilter.handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain) TerminalAsyncServerFilter.handle(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)