parikshan
Toggle table of contents
0.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
parikshan
parikshan-server
/
io.github.aryapreetam.parikshan.server
/
ParikshanServerConfig
Parikshan
Server
Config
data
class
ParikshanServerConfig
(
val
host
:
String
=
"127.0.0.1"
,
val
port
:
Int
=
9877
,
val
path
:
String
=
"/"
,
val
waitPollIntervalMs
:
Long
=
120
)
Members
Constructors
Parikshan
Server
Config
Link copied to clipboard
constructor
(
host
:
String
=
"127.0.0.1"
,
port
:
Int
=
9877
,
path
:
String
=
"/"
,
waitPollIntervalMs
:
Long
=
120
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
host
Link copied to clipboard
val
host
:
String
path
Link copied to clipboard
val
path
:
String
port
Link copied to clipboard
val
port
:
Int
wait
Poll
Interval
Ms
Link copied to clipboard
val
waitPollIntervalMs
:
Long