kobweb
Toggle table of contents
0.23.0
jvm
Platform filter
jvm
Switch theme
Search in API
kobweb
kobweb-common
/
com.varabyte.kobweb.server.api
/
ServerState
Server
State
@
Serializable
data
class
ServerState
(
val
env
:
ServerEnvironment
,
val
port
:
Int
,
val
pid
:
Long
)
(
source
)
Members
Constructors
Server
State
Link copied to clipboard
constructor
(
env
:
ServerEnvironment
,
port
:
Int
,
pid
:
Long
)
Properties
env
Link copied to clipboard
val
env
:
ServerEnvironment
pid
Link copied to clipboard
val
pid
:
Long
port
Link copied to clipboard
val
port
:
Int
Functions
is
Running
Link copied to clipboard
fun
isRunning
(
)
:
Boolean