public interface HttpAsyncRequestHandlerResolver
HttpAsyncRequestHandler
matching a particular request URI.
Usually the resolved request handler will be used to process the request
with the specified request URI.Modifier and Type | Method and Description |
---|---|
HttpAsyncRequestHandler<?> |
lookup(String requestURI)
Looks up a handler matching the given request URI.
|
HttpAsyncRequestHandler<?> lookup(String requestURI)
requestURI
- the request URInull
if no match
is found.Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.