Uses of Interface
org.apache.hc.core5.http.nio.AsyncFilterChain.ResponseTrigger
Packages that use AsyncFilterChain.ResponseTrigger
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.ResponseTrigger in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type AsyncFilterChain.ResponseTriggerModifier 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.AsyncFilterChain.proceed
(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger) Proceeds to the next element in the request processing chain. -
Uses of AsyncFilterChain.ResponseTrigger in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support with parameters of type AsyncFilterChain.ResponseTriggerModifier and TypeMethodDescriptionfinal AsyncDataConsumer
AbstractAsyncServerAuthFilter.handle
(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain) final AsyncDataConsumer
AsyncServerExpectationFilter.handle
(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain) AsyncServerFilterChainElement.handle
(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger) TerminalAsyncServerFilter.handle
(HttpRequest request, EntityDetails entityDetails, HttpContext context, AsyncFilterChain.ResponseTrigger responseTrigger, AsyncFilterChain chain)