openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
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