Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
automation-sdk
/
org.tribot.automation.launcher.sdk
/
Proxy
Proxy
data
class
Proxy
(
val
id
:
Int
,
val
name
:
String
,
val
host
:
String
,
val
port
:
Int
,
val
username
:
String
?
,
val
password
:
String
?
)
Members
Constructors
Proxy
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
host
:
String
,
port
:
Int
,
username
:
String
?
,
password
:
String
?
)
Properties
host
Link copied to clipboard
val
host
:
String
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
password
Link copied to clipboard
val
password
:
String
?
port
Link copied to clipboard
val
port
:
Int
username
Link copied to clipboard
val
username
:
String
?