Class ServletDispatchingHandler

java.lang.Object
io.undertow.servlet.handlers.ServletDispatchingHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class ServletDispatchingHandler extends Object implements io.undertow.server.HttpHandler
Handler that dispatches to the resolved servlet.
Author:
Stuart Douglas
  • Field Details

  • Constructor Details

    • ServletDispatchingHandler

      public ServletDispatchingHandler()
  • Method Details

    • handleRequest

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