HttpAsyncRequestHandlerRegistry@Deprecated
public interface HttpAsyncRequestHandlerResolver
HttpAsyncRequestHandlerResolver can be used to map an instance
of HttpAsyncRequestHandler matching a particular request URI.
Usually the mapped request handler will be used to process the request
with the specified request URI.| Modifier and Type | Method | Description |
|---|---|---|
HttpAsyncRequestHandler<?> |
lookup(java.lang.String requestURI) |
Deprecated.
Looks up a handler matching the given request URI.
|
HttpAsyncRequestHandler<?> lookup(java.lang.String requestURI)
requestURI - the request URInull if no match
is found.