|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NHttpRequestHandler | |
---|---|
org.apache.http.nio.protocol | Non-blocking HTTP protocol execution framework. |
Uses of NHttpRequestHandler in org.apache.http.nio.protocol |
---|
Classes in org.apache.http.nio.protocol that implement NHttpRequestHandler | |
---|---|
class |
SimpleNHttpRequestHandler
A simple implementation of NHttpRequestHandler that abstracts away
the need to use NHttpResponseTrigger . |
Methods in org.apache.http.nio.protocol that return NHttpRequestHandler | |
---|---|
NHttpRequestHandler |
AsyncNHttpServiceHandler.ServerConnState.getRequestHandler()
|
NHttpRequestHandler |
NHttpRequestHandlerRegistry.lookup(String requestURI)
|
NHttpRequestHandler |
NHttpRequestHandlerResolver.lookup(String requestURI)
Looks up a handler matching the given request URI. |
Methods in org.apache.http.nio.protocol with parameters of type NHttpRequestHandler | |
---|---|
void |
NHttpRequestHandlerRegistry.register(String pattern,
NHttpRequestHandler handler)
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,? extends NHttpRequestHandler> map)
Sets handlers from the given map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |