org.apache.http.protocol
public interface: HttpRequestHandlerResolver [javadoc |
source]
All Known Implementing Classes:
HttpRequestHandlerRegistry
HttpRequestHandlerResolver can be used to resolve an instance of
HttpRequestHandler matching a particular request URI. Usually the
resolved request handler will be used to process the request with the
specified request URI.
- version:
$
- Revision: 744532 $
- since:
4.0
-
Method from org.apache.http.protocol.HttpRequestHandlerResolver Summary: |
---|
lookup |
Method from org.apache.http.protocol.HttpRequestHandlerResolver Detail: |
public HttpRequestHandler lookup(String requestURI)
Looks up a handler matching the given request URI. |