toggle menu
openai-kotlin
common
switch theme
search in API
openai-client
/
com.aallam.openai.client
/
ProxyConfig
/
Socks
Socks
class
Socks
(
val
host
:
String
,
val
port
:
Int
)
:
ProxyConfig
Create socks proxy from
host
and
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