Class UndertowHttpHandler

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

    public class UndertowHttpHandler
    extends Object
    implements io.undertow.server.HttpHandler
    The Undertow HttpHandler.
    Author:
    Manfred Riem ([email protected])
    • Constructor Detail

      • UndertowHttpHandler

        public UndertowHttpHandler​(HttpServerProcessor httpServerProcessor)
        Constructor.
        Parameters:
        httpServerProcessor - the HTTP server processor.
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Handle the request.
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Parameters:
        exchange - the HTTP server exchange.
        Throws:
        Exception - when a serious error occurs.