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
/
LauncherClient
/
Proxies
Proxies
inner
class
Proxies
Members
Constructors
Proxies
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
fun
add
(
name
:
String
,
host
:
String
,
port
:
Int
,
username
:
String
?
=
null
,
password
:
String
?
=
null
)
:
Int
delete
Link copied to clipboard
fun
delete
(
proxyId
:
Int
)
list
Link copied to clipboard
fun
list
(
)
:
List
<
Proxy
>
save
Link copied to clipboard
fun
save
(
proxyId
:
Int
,
name
:
String
,
host
:
String
,
port
:
Int
,
username
:
String
?
=
null
,
password
:
String
?
=
null
)
test
Link copied to clipboard
fun
test
(
proxyId
:
Int
)
:
Boolean