Class UndertowHTTPHandler

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

    public class UndertowHTTPHandler
    extends Object
    implements io.undertow.server.HttpHandler
    • Field Detail

      • servletContext

        protected javax.servlet.ServletContext servletContext
    • Constructor Detail

      • UndertowHTTPHandler

        public UndertowHTTPHandler​(Bus bus)
    • Method Detail

      • isContextMatchExact

        public boolean isContextMatchExact()
      • setServletContext

        public void setServletContext​(javax.servlet.ServletContext sc)
      • getServletContext

        public javax.servlet.ServletContext getServletContext()
      • setName

        public void setName​(String name)
      • getName

        public String getName()
      • getBus

        public Bus getBus()
      • handleRequest

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