Interface ControllerHandler

    • Method Detail

      • handleRequest

        void handleRequest​(io.undertow.server.HttpServerExchange exchange,
                           Method controllerMethod)
                    throws Exception
        Parameters:
        exchange -
        controllerMethod - If the handler was registered as part of a controller object, the method instance will be passed ; otherwise this argument is null (eg. in the case of a route registered with a direct handler, lambda or method reference)
        Throws:
        HandlerException
        Exception