Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestConsumer
-
Packages that use HttpAsyncRequestConsumer Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of HttpAsyncRequestConsumer in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestConsumer Modifier and Type Class Description class
AbstractAsyncRequestConsumer<T>
AbstractHttpAsyncRequestConsumer
implementation that relieves its subclasses from having to manage internal state and provides a number of protected event methods that they need to implement.class
BasicAsyncRequestConsumer
Basic implementation ofHttpAsyncRequestConsumer
.(package private) class
NullRequestConsumer
Fields in org.apache.http.nio.protocol declared as HttpAsyncRequestConsumer Modifier and Type Field Description private HttpAsyncRequestConsumer<java.lang.Object>
HttpAsyncService.Incoming. consumer
Methods in org.apache.http.nio.protocol that return HttpAsyncRequestConsumer Modifier and Type Method Description HttpAsyncRequestConsumer<java.lang.Object>
HttpAsyncService.Incoming. getConsumer()
HttpAsyncRequestConsumer<HttpRequest>
BasicAsyncRequestHandler. processRequest(HttpRequest request, HttpContext context)
HttpAsyncRequestConsumer<T>
HttpAsyncRequestHandler. processRequest(HttpRequest request, HttpContext context)
Triggered when an incoming request is received.HttpAsyncRequestConsumer<java.lang.Object>
NullRequestHandler. processRequest(HttpRequest request, HttpContext context)
Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestConsumer Constructor Description Incoming(HttpRequest request, HttpAsyncRequestHandler<java.lang.Object> handler, HttpAsyncRequestConsumer<java.lang.Object> consumer, HttpContext context)
-