toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-api
/
love.forte.simbot.bot.configuration
/
ProxyValue
Proxy
Value
sealed
class
ProxyValue
(
source
)
ProxyConfiguration
的配置结果类型。
See also
Proxy
Configuration
Inheritors
Http
Socks
Members
Constructors
Proxy
Value
Link copied to clipboard
protected
constructor
(
)
Types
Http
Link copied to clipboard
data
class
Http
(
val
url
:
String
)
:
ProxyValue
HTTP proxy
Socks
Link copied to clipboard
data
class
Socks
(
val
host
:
String
,
val
port
:
Int
)
:
ProxyValue
socks proxy.