Class ServletServer
-
- All Implemented Interfaces:
-
jakarta.servlet.ServletContextListener,java.util.EventListener
public abstract class ServletServer implements ServletContextListenerAdapter to run a router inside a Servlets container. It is not a standard engine as it is not started/stopped (not passed to an HttpServer).
-
-
Constructor Summary
Constructors Constructor Description ServletServer(HttpHandler handler, HttpServerSettings settings)
-
Method Summary
Modifier and Type Method Description UnitcontextInitialized(ServletContextEvent sce)UnitcontextDestroyed(ServletContextEvent sce)-
-
Method Detail
-
contextInitialized
Unit contextInitialized(ServletContextEvent sce)
-
contextDestroyed
Unit contextDestroyed(ServletContextEvent sce)
-
-
-
-