Apache4Server

class Apache4Server(val port: Int = 8000, val stopMode: ServerConfig.StopMode, val address: InetAddress?) : ServerConfig

Constructors

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

Properties

Link copied to clipboard
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