Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class HttpExchangeHandler(handler: HttpHandler) : HttpHandler
Link copied to clipboard
interface ServerConfig

Standard interface for creating a configured WebServer

Link copied to clipboard
class SunHttp(val port: Int = 8000, val stopMode: ServerConfig.StopMode = Immediate) : ServerConfig
Link copied to clipboard
class SunHttpLoom(val port: Int = 8000, val stopMode: ServerConfig.StopMode = ServerConfig.StopMode.Immediate) : ServerConfig

Functions

Link copied to clipboard
Link copied to clipboard