SunHttpLoom

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

Constructors

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

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