Volvo Kotlin API
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Volvo Kotlin API
volvo-api-core
/
com.github.ayastrebov.volvo.api.core
/
ProxyConfig
/
Socks
Socks
class
Socks
(
val
host
:
String
,
val
port
:
Int
)
:
ProxyConfig
(
source
)
SOCKS proxy configuration.
Parameters
host
The SOCKS proxy host
port
The SOCKS proxy port
Members
Constructors
Socks
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
)
Properties
host
Link copied to clipboard
val
host
:
String
port
Link copied to clipboard
val
port
:
Int