|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpAsyncRequestHandler | |
---|---|
org.apache.http.nio.protocol | Asynchronous HTTP protocol handlers based on the non-blocking I/O model. |
Uses of HttpAsyncRequestHandler in org.apache.http.nio.protocol |
---|
Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestHandler | |
---|---|
class |
BasicAsyncRequestHandler
Basic implementation of HttpAsyncRequestHandler that delegates
the process of request handling to a HttpRequestHandler . |
Methods in org.apache.http.nio.protocol that return HttpAsyncRequestHandler | |
---|---|
HttpAsyncRequestHandler<?> |
UriHttpAsyncRequestHandlerMapper.lookup(HttpRequest request)
Looks up a handler matching the given request URI. |
HttpAsyncRequestHandler<?> |
HttpAsyncRequestHandlerMapper.lookup(HttpRequest request)
Looks up a handler matching the given request. |
HttpAsyncRequestHandler<?> |
HttpAsyncRequestHandlerResolver.lookup(String requestURI)
Deprecated. Looks up a handler matching the given request URI. |
HttpAsyncRequestHandler<?> |
HttpAsyncRequestHandlerRegistry.lookup(String requestURI)
Deprecated. |
Methods in org.apache.http.nio.protocol that return types with arguments of type HttpAsyncRequestHandler | |
---|---|
Map<String,HttpAsyncRequestHandler<?>> |
HttpAsyncRequestHandlerRegistry.getHandlers()
Deprecated. Get the handler map. |
Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandler | |
---|---|
void |
UriHttpAsyncRequestHandlerMapper.register(String pattern,
HttpAsyncRequestHandler<?> handler)
Registers the given NHttpRequestHandler as a handler for URIs
matching the given pattern. |
void |
HttpAsyncRequestHandlerRegistry.register(String pattern,
HttpAsyncRequestHandler<?> handler)
Deprecated. Registers the given HttpAsyncRequestHandler as a handler for URIs
matching the given pattern. |
Method parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncRequestHandler | |
---|---|
void |
HttpAsyncRequestHandlerRegistry.setHandlers(Map<String,HttpAsyncRequestHandler<?>> map)
Deprecated. Sets handlers from the given map. |
Constructor parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncRequestHandler | |
---|---|
UriHttpAsyncRequestHandlerMapper(UriPatternMatcher<HttpAsyncRequestHandler<?>> matcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |