| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 |
| Modifier and Type | Method and Description |
|---|---|
TS3Config |
TS3Config.setCommandTimeout(int commandTimeout)
Sets how many milliseconds a call in
TS3Api should block at most until a command
without response fails. |
TS3Config |
TS3Config.setConnectionHandler(ConnectionHandler connectionHandler) |
TS3Config |
TS3Config.setEnableCommunicationsLogging(boolean enable)
Setting this value to
true will log the communication between the
query client and the TS3 server at the DEBUG level. |
TS3Config |
TS3Config.setFloodRate(TS3Query.FloodRate rate) |
TS3Config |
TS3Config.setHost(String host) |
TS3Config |
TS3Config.setQueryPort(int queryPort) |
TS3Config |
TS3Config.setReconnectStrategy(ReconnectStrategy reconnectStrategy) |
| Constructor and Description |
|---|
SocketReader(QueryIO io,
SocketWriter writer,
TS3Query ts3Query,
TS3Config config) |
SocketWriter(QueryIO io,
TS3Config config) |
TS3Query(TS3Config config)
Creates a customized TS3Query that connects to a server
specified by
config. |
Copyright © 2018. All rights reserved.