UriHttpAsyncRequestHandlerMapperpublic interface HttpAsyncRequestHandlerMapper
HttpAsyncRequestHandlerMapper can be used to resolve an instance
of HttpAsyncRequestHandler matching a particular HttpRequest.
Usually the resolved request handler will be used to process the request.| Modifier and Type | Method | Description |
|---|---|---|
HttpAsyncRequestHandler<?> |
lookup(org.apache.http.HttpRequest request) |
Looks up a handler matching the given request.
|
HttpAsyncRequestHandler<?> lookup(org.apache.http.HttpRequest request)
request - the requestnull if no match
is found.