Interface HttpAsyncRequestHandlerResolver

    • Method Detail

      • lookup

        HttpAsyncRequestHandler<?> lookup​(java.lang.String requestURI)
        Deprecated.
        Looks up a handler matching the given request URI.
        Parameters:
        requestURI - the request URI
        Returns:
        HTTP request handler or null if no match is found.