Helidon

class Helidon(val port: Int = 8000, val stopMode: ServerConfig.StopMode) : PolyServerConfig(source)

Constructors

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

Properties

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

Functions

Link copied to clipboard
open override fun toServer(http: HttpHandler?, ws: WsHandler?, sse: SseHandler?): Http4kServer
open override fun toServer(http: HttpHandler): Http4kServer
Link copied to clipboard
Link copied to clipboard