Uses of Interface
org.apache.hc.core5.http.nio.AsyncServerRequestHandler.ResponseTrigger
-
Packages that use AsyncServerRequestHandler.ResponseTrigger 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 AsyncServerRequestHandler.ResponseTrigger in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type AsyncServerRequestHandler.ResponseTrigger Modifier and Type Method Description voidAsyncServerRequestHandler. handle(T requestObject, AsyncServerRequestHandler.ResponseTrigger responseTrigger, HttpContext context)Triggered to handles the request object produced by theAsyncRequestConsumerreturned from theAsyncServerRequestHandler.prepare(HttpRequest, EntityDetails, HttpContext)method. -
Uses of AsyncServerRequestHandler.ResponseTrigger in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support with parameters of type AsyncServerRequestHandler.ResponseTrigger Modifier and Type Method Description protected abstract voidAbstractServerExchangeHandler. handle(T requestMessage, AsyncServerRequestHandler.ResponseTrigger responseTrigger, HttpContext context)Triggered to handles the request object produced by theAsyncRequestConsumerreturned from theAbstractServerExchangeHandler.supplyConsumer(HttpRequest, EntityDetails, HttpContext)method.protected voidBasicServerExchangeHandler. handle(T requestMessage, AsyncServerRequestHandler.ResponseTrigger responseTrigger, HttpContext context)
-