ServletServer

abstract class ServletServer(handler: HttpHandler = OnHandler { this }) : ServletContextListener

Adapter 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).

Constructors

Link copied to clipboard
constructor(handler: HttpHandler = OnHandler { this })

Functions

Link copied to clipboard
open fun contextDestroyed(p0: ServletContextEvent?)
Link copied to clipboard
open override fun contextInitialized(sce: ServletContextEvent)
Link copied to clipboard
fun createBanner(startUpTimestamp: Long = -1, banner: String = serverBanner, detailed: Boolean = false): String