|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NHttpRequestHandler | |
|---|---|
| org.apache.http.nio.protocol | Asynchronous HTTP protocol handlers based on the non-blocking I/O model. |
| Uses of NHttpRequestHandler in org.apache.http.nio.protocol |
|---|
| Classes in org.apache.http.nio.protocol that implement NHttpRequestHandler | |
|---|---|
class |
SimpleNHttpRequestHandler
Deprecated. (4.2) use BasicAsyncRequestHandler |
| Methods in org.apache.http.nio.protocol that return NHttpRequestHandler | |
|---|---|
NHttpRequestHandler |
AsyncNHttpServiceHandler.ServerConnState.getRequestHandler()
|
NHttpRequestHandler |
NHttpRequestHandlerRegistry.lookup(String requestURI)
Deprecated. |
NHttpRequestHandler |
NHttpRequestHandlerResolver.lookup(String requestURI)
Deprecated. Looks up a handler matching the given request URI. |
| Methods in org.apache.http.nio.protocol that return types with arguments of type NHttpRequestHandler | |
|---|---|
Map<String,NHttpRequestHandler> |
NHttpRequestHandlerRegistry.getHandlers()
Deprecated. Get the handler map. |
| Methods in org.apache.http.nio.protocol with parameters of type NHttpRequestHandler | |
|---|---|
void |
NHttpRequestHandlerRegistry.register(String pattern,
NHttpRequestHandler handler)
Deprecated. Registers the given NHttpRequestHandler as a handler for URIs
matching the given pattern. |
void |
AsyncNHttpServiceHandler.ServerConnState.setRequestHandler(NHttpRequestHandler requestHandler)
|
| Method parameters in org.apache.http.nio.protocol with type arguments of type NHttpRequestHandler | |
|---|---|
void |
NHttpRequestHandlerRegistry.setHandlers(Map<String,NHttpRequestHandler> map)
Deprecated. Sets handlers from the given map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||