api

http4k / org.http4k.server / ServerConfig

ServerConfig

interface ServerConfig

Functions

Name Summary
toServer abstract fun toServer(http: HttpHandler): Http4kServer

Inheritors

Name Summary
Apache4Server data class Apache4Server : ServerConfig
ApacheServer data class ApacheServer : ServerConfig
KtorCIO data class KtorCIO : ServerConfig
KtorNetty data class KtorNetty : ServerConfig
PolyServerConfig Standard interface for creating a configured WebServer which supports Websocketsinterface PolyServerConfig : ServerConfig
Ratpack class Ratpack : ServerConfig
SunHttp data class SunHttp : ServerConfig