Class ServletHandler

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

    public class ServletHandler
    extends java.lang.Object
    implements io.undertow.server.HttpHandler
    The handler that is responsible for invoking the servlet

    TODO: do we want to move lifecycle considerations out of this handler?

    Author:
    Stuart Douglas
    • Constructor Detail

      • ServletHandler

        public ServletHandler​(ManagedServlet managedServlet)
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws java.io.IOException,
                                  jakarta.servlet.ServletException
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        java.io.IOException
        jakarta.servlet.ServletException