java.lang.Object | |
↳ | org.apache.http.protocol.HttpRequestHandlerRegistry |
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>*
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
This method was deprecated
in API level 1.
use
UriPatternMatcher
directly
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface
org.apache.http.protocol.HttpRequestHandlerResolver
|