Jetty

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.

An ApplicationEngineFactory providing a Jetty-based ApplicationEngine

Functions

Link copied to clipboard
open override fun create(environment: ApplicationEnvironment, monitor: Events, developmentMode: Boolean, configuration: JettyApplicationEngineBase.Configuration, applicationProvider: () -> Application): JettyApplicationEngine