java.lang.Object | ||
org.apache.http.protocol.HttpRequestHandlerRegistry | HttpRequestHandlerResolver |
Maintains a map of HTTP request handlers keyed by a request URI pattern.
HttpRequestHandler instances can be looked up by request URI
using the HttpRequestHandlerResolver interface.
Patterns may have three formats:
*
*<uri>
<uri>*
HttpRequestHandlerRegistry() |
HttpRequestHandler | lookup(String requestURI) | |||||
void | register(String pattern, HttpRequestHandler handler) | |||||
void | setHandlers(Map map) | |||||
void | unregister(String pattern) |
boolean | matchUriRequestPattern(String pattern, String requestUri) |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |