EngineMain
object EngineMain
Deprecated
The ktor-server-jetty module is deprecated and will be removed in the next major release as it references an outdated version of Jetty. Please use the ktor-server-jetty-jakarta module instead.
Jetty engine
Functions
Link copied to clipboard
fun createServer(args: Array<String>): EmbeddedServer<JettyApplicationEngine, JettyApplicationEngineBase.Configuration>
Creates an instance of the embedded Jetty server without starting it.