Package | Description |
---|---|
org.apache.http.protocol |
HTTP protocol execution framework.
|
Modifier and Type | Method and Description |
---|---|
HttpRequestHandler |
HttpRequestHandlerResolver.lookup(String requestURI)
Looks up a handler matching the given request URI.
|
HttpRequestHandler |
HttpRequestHandlerRegistry.lookup(String requestURI) |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequestHandlerRegistry.register(String pattern,
HttpRequestHandler handler)
Registers the given
HttpRequestHandler as a handler for URIs
matching the given pattern. |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.