Class RequestDispatcherHandler

    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Handle the request, delegating to the proper PipelinedHandler
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Specified by:
        handleRequest in class PipelinedHandler
        Parameters:
        exchange - the HttpServerExchange
        Throws:
        Exception
      • getPipedHttpHandler

        public PipelinedHandler getPipedHttpHandler​(ExchangeKeys.TYPE type,
                                                    ExchangeKeys.METHOD method)
        Given a type and method, return the appropriate PipelinedHandler which can handle this request
        Parameters:
        type -
        method -
        Returns:
        the PipelinedHandler