A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  Z 

S

scheme() - function in com.hexagonkt.http.server.RequestPort
 
scheme() - function in com.hexagonkt.http.server.test.TestRequest
 
send(Integer,Object,String) - function in com.hexagonkt.http.server.Call
Sends response to the client.
send(Integer,Object,SerializationFormat,Charset) - function in com.hexagonkt.http.server.Call
Sends response to the client after serializing using given SerializationFormat and Charset.
send(Integer,Object,ContentType) - function in com.hexagonkt.http.server.Call
Sends response to the client after serializing using given ContentType instance.
Sending files works properly() - function in com.hexagonkt.http.server.examples.FilesTest
 
Sending multi part content works properly() - function in com.hexagonkt.http.server.examples.FilesTest
 
serve(ServerSettings,Router,ServerPort) - function in com.hexagonkt.http.server.ServersKt
Create a server and start it.
serve(ServerSettings,ServerPort,Function1) - function in com.hexagonkt.http.server.ServersKt
Create a server and start it.
Serve HTTP2 works properly() - function in com.hexagonkt.http.server.examples.HttpsTest
 
Serve HTTPS example() - function in com.hexagonkt.http.server.examples.HttpsTest
 
Serve HTTPS works properly() - function in com.hexagonkt.http.server.examples.HttpsTest
 
Serve insecure HTTPS example() - function in com.hexagonkt.http.server.examples.HttpsTest
 
Server - class in com.hexagonkt.http.server
Server that listen to HTTP connections on a port and address and route requests using a router.
Server.Companion - class in com.hexagonkt.http.server.Server
 
serverCreation() - function in com.hexagonkt.http.server.PortHttpServerSamplesTest
 
ServerFeature - class in com.hexagonkt.http.server
Toolkit feature that may or may not be implemented by a server adapter.
ServerPort - class in com.hexagonkt.http.server
Server instance of one kind.
ServerSettings - class in com.hexagonkt.http.server
Holds server settings info.
ServersKt - class in com.hexagonkt.http.server
 
Session - class in com.hexagonkt.http.server
Provides session information.
Session attribute lifecycle test() - function in com.hexagonkt.http.server.examples.SessionTest
 
SessionPort - class in com.hexagonkt.http.server
 
SESSIONS - enum entry in com.hexagonkt.http.server.ServerFeature
 
SessionTest - class in com.hexagonkt.http.server.examples
 
set(K,V) - function in com.hexagonkt.http.server.Response.MapInterface
 
set(String,Object) - function in com.hexagonkt.http.server.Session
Sets a attribute object to this session with the given name.
setAttribute(String,Object) - function in com.hexagonkt.http.server.SessionPort
Sets a attribute object to this session with the given name.
setAttribute(String,Object) - function in com.hexagonkt.http.server.UnsupportedSessionAdapter
Sets a attribute object to this session with the given name.
setAttribute(String,Object) - function in com.hexagonkt.http.server.test.TestSession
Sets a attribute object to this session with the given name.
setAttributes(Map) - function in com.hexagonkt.http.server.test.TestSession
 
setBody(Object) - function in com.hexagonkt.http.server.Response
 
setBody(Object) - function in com.hexagonkt.http.server.test.TestResponse
 
setContentType(String) - function in com.hexagonkt.http.server.Response
 
setContentType(String) - function in com.hexagonkt.http.server.test.TestResponse
 
setCookies(Map) - function in com.hexagonkt.http.server.test.TestResponse
 
setCreationTime(Long) - function in com.hexagonkt.http.server.test.TestSession
 
setId(String) - function in com.hexagonkt.http.server.test.TestSession
 
setLastAccessedTime(Long) - function in com.hexagonkt.http.server.test.TestSession
 
setMaxInactiveInterval(Integer) - function in com.hexagonkt.http.server.Session
 
setMaxInactiveInterval(Integer) - function in com.hexagonkt.http.server.test.TestSession
 
setOutputStream(OutputStream) - function in com.hexagonkt.http.server.test.TestResponse
 
setRequestHandlers(List) - function in com.hexagonkt.http.server.Router
 
setStackTrace(Array) - function in kotlin.ErrorsTest.CustomException
 
setStatus(Integer) - function in com.hexagonkt.http.server.Response
 
setStatus(Integer) - function in com.hexagonkt.http.server.test.TestResponse
 
shutdown() - function in com.hexagonkt.http.server.ServerPort
Stop the instance of the engine.
shutdown() - function in com.hexagonkt.http.server.examples.BooksTest
 
shutdown() - function in com.hexagonkt.http.server.examples.CookiesTest
 
shutdown() - function in com.hexagonkt.http.server.examples.CorsTest
 
shutdown() - function in com.hexagonkt.http.server.examples.ErrorsTest
 
shutdown() - function in com.hexagonkt.http.server.examples.FilesTest
 
shutdown() - function in com.hexagonkt.http.server.examples.FiltersTest
 
shutdown() - function in com.hexagonkt.http.server.examples.GenericTest
 
shutdown() - function in com.hexagonkt.http.server.examples.SessionTest
 
Simple CORS request() - function in com.hexagonkt.http.server.examples.CorsTest
 
Simple CORS request with exposed headers() - function in com.hexagonkt.http.server.examples.CorsTest
 
Simple CORS request with not allowed method() - function in com.hexagonkt.http.server.examples.CorsTest
 
start() - function in com.hexagonkt.http.server.Server
Start the server with the adapter instance and adds a shutdown hook for stopping the server.
started() - function in com.hexagonkt.http.server.Server
Check whether the server has been started.
started() - function in com.hexagonkt.http.server.ServerPort
Check whether the server has been started or not.
startup(Server) - function in com.hexagonkt.http.server.ServerPort
Build a server of a certain engine from a server definition and runs it.
status() - function in com.hexagonkt.http.server.ResponsePort
Provides the status code of the response.
status(Integer) - function in com.hexagonkt.http.server.ResponsePort
Sets the status code of the response.
status() - function in com.hexagonkt.http.server.test.TestResponse
Provides the status code of the response.
status(Integer) - function in com.hexagonkt.http.server.test.TestResponse
Sets the status code of the response.
stop() - function in com.hexagonkt.http.server.Server
Stop the server.
supportedFeatures() - function in com.hexagonkt.http.server.ServerPort
Return the server adapter's supported features.
supportedOptions() - function in com.hexagonkt.http.server.ServerPort
Return the server adapter's allowed configuration options.
supportedProtocols() - function in com.hexagonkt.http.server.ServerPort
Return the server adapter's supported protocols.
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  Z