abstract class ServletServer : ServletContextListener
Not a standard engine as it is not started/stopped.
<init> |
Not a standard engine as it is not started/stopped. ServletServer(router: Router = Router(), async: Boolean = false) |
serverRouter |
val serverRouter: Router |
contextDestroyed |
open fun contextDestroyed(sce: ServletContextEvent?): Unit |
contextInitialized |
open fun contextInitialized(sce: ServletContextEvent): Unit |
createRouter |
open fun createRouter(): Router |