KtorCIO

class KtorCIO(val port: Int = 8000, val stopMode: ServerConfig.StopMode) : ServerConfig

Constructors

Link copied to clipboard
constructor(port: Int = 8000)
constructor(port: Int = 8000, stopMode: ServerConfig.StopMode)

Properties

Link copied to clipboard
val port: Int = 8000
Link copied to clipboard
open override val stopMode: ServerConfig.StopMode

Functions

Link copied to clipboard
open override fun toServer(http: HttpHandler): Http4kServer