|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
HttpAsyncRequestHandlerMapper
@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.
| Method Summary | |
|---|---|
HttpAsyncRequestHandler<?> |
lookup(String requestURI)
Deprecated. Looks up a handler matching the given request URI. |
| Method Detail |
|---|
HttpAsyncRequestHandler<?> lookup(String requestURI)
requestURI - the request URI
null if no match
is found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||