| Package | Description |
|---|---|
| org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SimpleNHttpRequestHandler |
Deprecated.
(4.2) use
BasicAsyncRequestHandler |
| Modifier and Type | Method | Description |
|---|---|---|
NHttpRequestHandler |
AsyncNHttpServiceHandler.ServerConnState.getRequestHandler() |
|
NHttpRequestHandler |
NHttpRequestHandlerRegistry.lookup(java.lang.String requestURI) |
Deprecated.
|
NHttpRequestHandler |
NHttpRequestHandlerResolver.lookup(java.lang.String requestURI) |
Deprecated.
Looks up a handler matching the given request URI.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,NHttpRequestHandler> |
NHttpRequestHandlerRegistry.getHandlers() |
Deprecated.
Get the handler map.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
NHttpRequestHandlerRegistry.register(java.lang.String pattern,
NHttpRequestHandler handler) |
Deprecated.
Registers the given
NHttpRequestHandler as a handler for URIs
matching the given pattern. |
void |
AsyncNHttpServiceHandler.ServerConnState.setRequestHandler(NHttpRequestHandler requestHandler) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NHttpRequestHandlerRegistry.setHandlers(java.util.Map<java.lang.String,NHttpRequestHandler> map) |
Deprecated.
Sets handlers from the given map.
|