| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRequestHandler | |
|---|---|
| org.apache.http.impl.bootstrap | Embedded server and server bootstrap. | 
| org.apache.http.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. | 
| Uses of HttpRequestHandler in org.apache.http.impl.bootstrap | 
|---|
| Methods in org.apache.http.impl.bootstrap with parameters of type HttpRequestHandler | |
|---|---|
|  ServerBootstrap | ServerBootstrap.registerHandler(String pattern,
                HttpRequestHandler handler)Registers the given HttpRequestHandleras a handler for URIs
 matching the given pattern. | 
| Uses of HttpRequestHandler in org.apache.http.protocol | 
|---|
| Methods in org.apache.http.protocol that return HttpRequestHandler | |
|---|---|
|  HttpRequestHandler | UriHttpRequestHandlerMapper.lookup(HttpRequest request)Looks up a handler matching the given request URI. | 
|  HttpRequestHandler | HttpRequestHandlerMapper.lookup(HttpRequest request)Looks up a handler matching the given request. | 
|  HttpRequestHandler | HttpRequestHandlerRegistry.lookup(String requestURI)Deprecated. | 
|  HttpRequestHandler | HttpRequestHandlerResolver.lookup(String requestURI)Deprecated. Looks up a handler matching the given request URI. | 
| Methods in org.apache.http.protocol that return types with arguments of type HttpRequestHandler | |
|---|---|
|  Map<String,HttpRequestHandler> | HttpRequestHandlerRegistry.getHandlers()Deprecated. Get the handler map. | 
| Methods in org.apache.http.protocol with parameters of type HttpRequestHandler | |
|---|---|
|  void | HttpRequestHandlerRegistry.register(String pattern,
         HttpRequestHandler handler)Deprecated. Registers the given HttpRequestHandleras a handler for URIs
 matching the given pattern. | 
|  void | UriHttpRequestHandlerMapper.register(String pattern,
         HttpRequestHandler handler)Registers the given HttpRequestHandleras a handler for URIs
 matching the given pattern. | 
| Method parameters in org.apache.http.protocol with type arguments of type HttpRequestHandler | |
|---|---|
|  void | HttpRequestHandlerRegistry.setHandlers(Map<String,HttpRequestHandler> map)Deprecated. Sets handlers from the given map. | 
| Constructor parameters in org.apache.http.protocol with type arguments of type HttpRequestHandler | |
|---|---|
| UriHttpRequestHandlerMapper(UriPatternMatcher<HttpRequestHandler> matcher) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||