Class UndertowHTTPHandler

java.lang.Object
org.apache.cxf.transport.http_undertow.UndertowHTTPHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

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

    • undertowHTTPDestination

      protected UndertowHTTPDestination undertowHTTPDestination
    • servletContext

      protected jakarta.servlet.ServletContext servletContext
  • Constructor Details

    • UndertowHTTPHandler

      public UndertowHTTPHandler(UndertowHTTPDestination uhd, boolean cmt)
    • UndertowHTTPHandler

      public UndertowHTTPHandler(Bus bus)
  • Method Details

    • isContextMatchExact

      public boolean isContextMatchExact()
    • setServletContext

      public void setServletContext(jakarta.servlet.ServletContext sc)
    • getServletContext

      public jakarta.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