KeelEngine

sealed class KeelEngine(source)

Keel Engine Abstraction. Limits and abstracts the natively supported Ktor engines.

Inheritors

Types

Link copied to clipboard
object CIO : KeelEngine

Represents the CIO (Coroutine-based I/O) engine.

Link copied to clipboard
class Custom(val factory: ApplicationEngineFactory<ApplicationEngine, *>) : KeelEngine

Allows custom engines if developers want to bring their own Ktor ApplicationEngineFactory.

Link copied to clipboard
object Jetty : KeelEngine

Represents the Jetty engine.

Link copied to clipboard
object Netty : KeelEngine

Represents the Netty engine, the default engine in Keel.

Link copied to clipboard

Represents the Tomcat engine.