Package | Description |
---|---|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAsyncRequestHandler
Basic implementation of
HttpAsyncRequestHandler that delegates
the process of request handling to a HttpRequestHandler . |
Modifier and Type | Method and Description |
---|---|
HttpAsyncRequestHandler<?> |
HttpAsyncRequestHandlerRegistry.lookup(String requestURI) |
HttpAsyncRequestHandler<?> |
HttpAsyncRequestHandlerResolver.lookup(String requestURI)
Looks up a handler matching the given request URI.
|
Modifier and Type | Method and Description |
---|---|
Map<String,HttpAsyncRequestHandler<?>> |
HttpAsyncRequestHandlerRegistry.getHandlers()
Get the handler map.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAsyncRequestHandlerRegistry.register(String pattern,
HttpAsyncRequestHandler<?> handler)
Registers the given
NHttpRequestHandler as a handler for URIs
matching the given pattern. |
Modifier and Type | Method and Description |
---|---|
void |
HttpAsyncRequestHandlerRegistry.setHandlers(Map<String,HttpAsyncRequestHandler<?>> map)
Sets handlers from the given map.
|
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.