kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.viaduct
/
ClientSettings
Client
Settings
data
class
ClientSettings
(
var
timeout
:
UInt
,
var
redirectLimit
:
UInt
,
var
ohttpChannel
:
String
?
)
Members
Constructors
Client
Settings
Link copied to clipboard
constructor
(
timeout
:
UInt
,
redirectLimit
:
UInt
,
ohttpChannel
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ohttp
Channel
Link copied to clipboard
var
ohttpChannel
:
String
?
redirect
Limit
Link copied to clipboard
var
redirectLimit
:
UInt
timeout
Link copied to clipboard
var
timeout
:
UInt