A
B
C
D
E
F
G
H
I
N
O
P
R
S
T
U
Z
S
- send(HttpStatus,Object,MultiMap,ContentType,List,Map) - function in com.hexagonkt.http.server.handlers.HttpServerContext
- send(HttpServerResponse,Map) - function in com.hexagonkt.http.server.handlers.HttpServerContext
- serve(HttpServerPort,List,HttpServerSettings) - function in com.hexagonkt.http.server.HttpServersKt
- Create a server and start it.
- serve(HttpServerPort,ServerHandler,HttpServerSettings) - function in com.hexagonkt.http.server.HttpServersKt
- Create a server and start it.
- serve(HttpServerPort,HttpServerSettings,Function1) - function in com.hexagonkt.http.server.HttpServersKt
- Create a server and start it.
- ServerBuilder - class in com.hexagonkt.http.server.handlers
- serverError(ServerErrorStatus,Object,MultiMap,ContentType,List,Map) - function in com.hexagonkt.http.server.handlers.HttpServerContext
- serverError(ServerErrorStatus,TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))),MultiMap,Map) - function in com.hexagonkt.http.server.handlers.HttpServerContext
- ServerHandler - class in com.hexagonkt.http.server.handlers
- Type to group different kind of handlers (WebSocket and HTTP)
- setHandlers(List) - function in com.hexagonkt.http.server.handlers.ServerBuilder
- shutDown() - function in com.hexagonkt.http.server.HttpServerPort
- Stop the instance of the engine.
- sse(Flow) - function in com.hexagonkt.http.server.handlers.HttpServerContext
- 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(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.
- success(SuccessStatus,Object,MultiMap,ContentType,List,Map) - function in com.hexagonkt.http.server.handlers.HttpServerContext
- supportedFeatures() - function in com.hexagonkt.http.server.HttpServerPort
- Return the server adapter's supported features.
- supportedOptions() - function in com.hexagonkt.http.server.HttpServerPort
- Return the server adapter's allowed configuration options.
- supportedProtocols() - function in com.hexagonkt.http.server.HttpServerPort
- Return the server adapter's supported protocols.