Method and Description |
---|
com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup.getGroupId()
Use
ChannelGroup.getId() instead. |
com.github.theholywaffle.teamspeak3.TS3ApiAsync.quit()
This command leaves the query in an undefined state,
where the connection is closed without the socket being closed and no more command can be executed.
To terminate a connection, use
TS3Query.exit() . |
com.github.theholywaffle.teamspeak3.TS3Api.quit()
This command leaves the query in an undefined state,
where the connection is closed without the socket being closed and no more command can be executed.
To terminate a connection, use
TS3Query.exit() . |
Copyright © 2015. All rights reserved.