toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-core
/
org.http4k.server
/
ServerConfig
Server
Config
interface
ServerConfig
Standard interface for creating a configured WebServer
Inheritors
SunHttp
SunHttpLoom
Members
Types
Stop
Mode
Link copied to clipboard
sealed
interface
StopMode
Unsupported
Stop
Mode
Link copied to clipboard
class
UnsupportedStopMode
(
stopMode
:
ServerConfig.StopMode
)
:
IllegalArgumentException
Properties
stop
Mode
Link copied to clipboard
open
val
stopMode
:
ServerConfig.StopMode
Functions
to
Server
Link copied to clipboard
abstract
fun
toServer
(
http
:
HttpHandler
)
:
Http4kServer