public interface HttpRequestHandlerMapper
HttpRequestHandler matching a particular HttpRequest. Usually the
mapped request handler will be used to process the request.| Modifier and Type | Method and Description |
|---|---|
org.apache.http.protocol.HttpRequestHandler |
lookup(org.apache.http.HttpRequest request)
Looks up a handler matching the given request.
|
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.