Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
ServerConfig
/
ServerConfig
Server
Config
constructor
(
host
:
InetAddress
?
=
InetAddress.getLoopbackAddress()
,
port
:
Int
=
0
,
readOnlyPort
:
Int
=
-1
,
numThreads
:
Int
=
42
,
ssl
:
ServerConfig.SslSettings
?
=
null
)