Package-level declarations
TODO
Types
Link copied to clipboard
Link copied to clipboard
abstract class ServletServer(handlers: List<HttpHandler> = emptyList(), 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).