-
- All Implemented Interfaces:
-
java.util.EventListener,javax.servlet.ServletContextListener
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.
-
-
Constructor Summary
Constructors Constructor Description ServletServer(Router router, Boolean async)
-
Method Summary
Modifier and Type Method Description UnitcontextInitialized(ServletContextEvent sce)UnitcontextDestroyed(ServletContextEvent sce)-
-
Constructor Detail
-
ServletServer
ServletServer(Router router, Boolean async)
-
-
Method Detail
-
contextInitialized
Unit contextInitialized(ServletContextEvent sce)
-
contextDestroyed
Unit contextDestroyed(ServletContextEvent sce)
-
-
-
-