| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 |
| Modifier and Type | Field and Description |
|---|---|
static TS3Query.FloodRate |
TS3Query.FloodRate.DEFAULT
Default delay of 350 milliseconds between commands for queries that are not whitelisted.
|
static TS3Query.FloodRate |
TS3Query.FloodRate.UNLIMITED
No delay between commands.
|
| Modifier and Type | Method and Description |
|---|---|
static TS3Query.FloodRate |
TS3Query.FloodRate.custom(int milliseconds)
Creates a FloodRate object that represents a custom command delay.
|
| Modifier and Type | Method and Description |
|---|---|
TS3Config |
TS3Config.setFloodRate(TS3Query.FloodRate rate)
Sets the delay between sending commands.
|
Released under the MIT license.