http_server_servlet / com.hexagonkt.http.server.servlet / ServletServer

ServletServer

abstract class ServletServer : ServletContextListener

Not a standard engine as it is not started/stopped.

Constructors

<init>

Not a standard engine as it is not started/stopped.

ServletServer(router: Router = Router(), async: Boolean = false)

Properties

serverRouter

val serverRouter: Router

Functions

contextDestroyed

open fun contextDestroyed(sce: ServletContextEvent?): Unit

contextInitialized

open fun contextInitialized(sce: ServletContextEvent): Unit

createRouter

open fun createRouter(): Router