ServletServer
abstract class ServletServer(handler: HttpHandler = OnHandler { this }, settings: HttpServerSettings = HttpServerSettings()) : 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 }, settings: HttpServerSettings = HttpServerSettings())