Uses of Interface
org.apache.http.protocol.HttpRequestHandler
| Package | Description |
|---|---|
| org.apache.http.protocol |
HTTP protocol execution framework.
|
-
Uses of HttpRequestHandler in org.apache.http.protocol
Methods in org.apache.http.protocol that return HttpRequestHandler Modifier and Type Method Description HttpRequestHandlerHttpRequestHandlerRegistry. lookup(String requestURI)HttpRequestHandlerHttpRequestHandlerResolver. lookup(String requestURI)Methods in org.apache.http.protocol with parameters of type HttpRequestHandler Modifier and Type Method Description voidHttpRequestHandlerRegistry. register(String pattern, HttpRequestHandler handler)