C
D
F
G
H
I
L
O
R
S
U
V
W
Z
S
- serve(com.hexagonkt.http.server.HttpServerPort,com.hexagonkt.http.handlers.HttpHandler,com.hexagonkt.http.server.HttpServerSettings) - function in com.hexagonkt.http.server.HttpServersKt
- Create a server and start it.
- serve(com.hexagonkt.http.server.HttpServerPort,com.hexagonkt.http.server.HttpServerSettings,kotlin.jvm.functions.Function1) - function in com.hexagonkt.http.server.HttpServersKt
- Create a server and start it.
- shutDown() - function in com.hexagonkt.http.server.HttpServerPort
- Stop the instance of the engine.
- SSE - enum entry in com.hexagonkt.http.server.HttpServerFeature
- start() - function in com.hexagonkt.http.server.HttpServer
- Start the server with the adapter instance and adds a shutdown hook for stopping the server.
- started() - function in com.hexagonkt.http.server.HttpServer
- Check whether the server has been started.
- started() - function in com.hexagonkt.http.server.HttpServerPort
- Check whether the server has been started or not.
- startUp(com.hexagonkt.http.server.HttpServer) - function in com.hexagonkt.http.server.HttpServerPort
- Build a server of a certain engine from a server definition and runs it.
- stop() - function in com.hexagonkt.http.server.HttpServer
- Stop the server.
- supportedFeatures() - function in com.hexagonkt.http.server.HttpServerPort
- Return the server adapter's supported features.
- supportedProtocols() - function in com.hexagonkt.http.server.HttpServerPort
- Return the server adapter's supported protocols.