Interface RequestHandlerFactory

All Known Implementing Classes:
LightRequestHandlerFactory, ServletRequestHandlerFactory

public interface RequestHandlerFactory

Created: 2025-01-08

  • Method Summary

    Modifier and Type
    Method
    Description
    io.undertow.server.HttpHandler
     
    void
     
    io.undertow.servlet.api.ServletContainer
     
  • Method Details

    • createHandler

      io.undertow.server.HttpHandler createHandler() throws Exception
      Throws:
      Exception
    • getServletContainer

      io.undertow.servlet.api.ServletContainer getServletContainer()
    • dispose

      void dispose() throws Exception
      Throws:
      Exception