Class ControllerRequestHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public final class ControllerRequestHandler
    extends Object
    implements io.undertow.server.HttpHandler
    Author:
    Pierre LECERF ([email protected]) Created on 15/12/2019
    • Constructor Detail

      • ControllerRequestHandler

        public ControllerRequestHandler​(Method controllerMethod,
                                        ControllerHandler handler)
        Parameters:
        controllerMethod -
        handler -
    • Method Detail

      • handleRequest

        public final void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                                 throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception