nugu-android
nugu-client-transport-http2
/
com.skt.nugu.sdk.client.port.transport.http2
/
HealthCheckPolicy
Health
Check
Policy
data
class
HealthCheckPolicy
(
val
ttl
:
Int
,
val
ttlMax
:
Int
,
val
beta
:
Float
,
val
retryCountLimit
:
Int
,
val
retryDelay
:
Int
,
val
healthCheckTimeout
:
Int
,
val
accumulationTime
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Health
Check
Policy
Link copied to clipboard
fun
HealthCheckPolicy
(
ttl
:
Int
,
ttlMax
:
Int
,
beta
:
Float
,
retryCountLimit
:
Int
,
retryDelay
:
Int
,
healthCheckTimeout
:
Int
,
accumulationTime
:
Int
)
Content copied to clipboard
Properties
accumulation
Time
Link copied to clipboard
@
SerializedName
(
value
=
"accumulationTime"
)
val
accumulationTime
:
Int
Content copied to clipboard
beta
Link copied to clipboard
@
SerializedName
(
value
=
"beta"
)
val
beta
:
Float
Content copied to clipboard
health
Check
Timeout
Link copied to clipboard
@
SerializedName
(
value
=
"healthCheckTimeout"
)
val
healthCheckTimeout
:
Int
Content copied to clipboard
retry
Count
Limit
Link copied to clipboard
@
SerializedName
(
value
=
"retryCountLimit"
)
val
retryCountLimit
:
Int
Content copied to clipboard
retry
Delay
Link copied to clipboard
@
SerializedName
(
value
=
"retryDelay"
)
val
retryDelay
:
Int
Content copied to clipboard
ttl
Link copied to clipboard
@
SerializedName
(
value
=
"ttl"
)
val
ttl
:
Int
Content copied to clipboard
ttl
Max
Link copied to clipboard
@
SerializedName
(
value
=
"ttlMax"
)
val
ttlMax
:
Int
Content copied to clipboard