nugu-android
nugu-client-transport-http2
/
com.skt.nugu.sdk.client.port.transport.http2
/
ServerPolicy
Server
Policy
data
class
ServerPolicy
(
val
protocol
:
String
,
val
hostname
:
String
,
val
port
:
Int
,
val
retryCountLimit
:
Int
,
val
connectionTimeout
:
Int
,
val
charge
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Server
Policy
Link copied to clipboard
fun
ServerPolicy
(
protocol
:
String
,
hostname
:
String
,
port
:
Int
,
retryCountLimit
:
Int
,
connectionTimeout
:
Int
,
charge
:
String
)
Content copied to clipboard
Properties
charge
Link copied to clipboard
@
SerializedName
(
value
=
"charge"
)
val
charge
:
String
Content copied to clipboard
connection
Timeout
Link copied to clipboard
@
SerializedName
(
value
=
"connectionTimeout"
)
val
connectionTimeout
:
Int
Content copied to clipboard
hostname
Link copied to clipboard
@
SerializedName
(
value
=
"hostname"
)
val
hostname
:
String
Content copied to clipboard
port
Link copied to clipboard
@
SerializedName
(
value
=
"port"
)
val
port
:
Int
Content copied to clipboard
protocol
Link copied to clipboard
@
SerializedName
(
value
=
"protocol"
)
val
protocol
:
String
Content copied to clipboard
retry
Count
Limit
Link copied to clipboard
@
SerializedName
(
value
=
"retryCountLimit"
)
val
retryCountLimit
:
Int
Content copied to clipboard