parikshan
Toggle table of contents
0.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
parikshan
parikshan-client
/
io.github.aryapreetam.parikshan.client
/
ParikshanClientConfig
Parikshan
Client
Config
data
class
ParikshanClientConfig
(
val
host
:
String
=
"127.0.0.1"
,
val
port
:
Int
=
9877
,
val
path
:
String
=
"/parikshan"
,
val
connectRetries
:
Int
=
30
,
val
connectRetryDelayMs
:
Long
,
val
requestTimeoutMs
:
Long
)
Members
Constructors
Parikshan
Client
Config
Link copied to clipboard
constructor
(
host
:
String
=
"127.0.0.1"
,
port
:
Int
=
9877
,
path
:
String
=
"/parikshan"
,
connectRetries
:
Int
=
30
,
connectRetryDelayMs
:
Long
,
requestTimeoutMs
:
Long
)
Properties
connect
Retries
Link copied to clipboard
val
connectRetries
:
Int
connect
Retry
Delay
Ms
Link copied to clipboard
val
connectRetryDelayMs
:
Long
host
Link copied to clipboard
val
host
:
String
path
Link copied to clipboard
val
path
:
String
port
Link copied to clipboard
val
port
:
Int
request
Timeout
Ms
Link copied to clipboard
val
requestTimeoutMs
:
Long