Class UndertowHttpHandler

java.lang.Object
org.jboss.ws.undertow_httpspi.UndertowHttpHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class UndertowHttpHandler extends Object implements io.undertow.server.HttpHandler
Author:
Jim Ma
  • Constructor Details

    • UndertowHttpHandler

      public UndertowHttpHandler(jakarta.xml.ws.spi.http.HttpHandler handler)
  • Method Details

    • handleRequest

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