|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpAsyncRequestConsumer | |
---|---|
org.apache.http.nio.protocol | Asynchronous HTTP protocol handlers based on the non-blocking I/O model. |
Uses of HttpAsyncRequestConsumer in org.apache.http.nio.protocol |
---|
Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestConsumer | |
---|---|
class |
AbstractAsyncRequestConsumer<T>
Abstract HttpAsyncRequestConsumer implementation that relieves its
subclasses form having to synchronize access to internal instance variables
and provides a number of protected methods that they need to implement. |
class |
BasicAsyncRequestConsumer
Basic implementation of HttpAsyncRequestConsumer . |
Methods in org.apache.http.nio.protocol that return HttpAsyncRequestConsumer | |
---|---|
HttpAsyncRequestConsumer<HttpRequest> |
BasicAsyncRequestHandler.processRequest(HttpRequest request,
HttpContext context)
|
HttpAsyncRequestConsumer<T> |
HttpAsyncRequestHandler.processRequest(HttpRequest request,
HttpContext context)
Triggered when an incoming request is received. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |