lavalink-client
Toggle table of contents
6debba05f13e5c2fd75471a6f356506f1761c3ad-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
lavalink-client
lavalink-client
/
dev.arbjerg.lavalink.client
/
NodeOptions
Node
Options
data
class
NodeOptions
Members
Types
Builder
Link copied to clipboard
data
class
Builder
(
name
:
String
?
=
null
,
serverUri
:
URI
?
=
null
,
password
:
String
?
=
null
,
regionFilter
:
IRegionFilter
?
=
null
,
httpTimeout
:
Long
=
TIMEOUT_MS
,
sessionId
:
String
?
=
null
)
Properties
http
Timeout
Link copied to clipboard
val
httpTimeout
:
Long
name
Link copied to clipboard
val
name
:
String
password
Link copied to clipboard
val
password
:
String
region
Filter
Link copied to clipboard
val
regionFilter
:
IRegionFilter
?
server
Uri
Link copied to clipboard
val
serverUri
:
URI
session
Id
Link copied to clipboard
val
sessionId
:
String
?