- canSaveToFile(String) - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Returns if this value can save to file.
- changeThreadName(String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Set a new thread name prefix
- clearAllExceptions() - Method in class de.stefan1200.jts3servermod.FunctionExceptionLog
-
Clears all saved TS3ServerQueryExceptions.
- clearException(int) - Method in class de.stefan1200.jts3servermod.FunctionExceptionLog
-
Clears the TS3ServerQueryException of the given id (like a client database id).
- ClientDatabaseCache_Interface - Interface in de.stefan1200.jts3servermod.interfaces
-
Interface of the ClientDatabaseCache class, which allows you to access the ClientDatabaseCache methods.
- clone() - Method in class de.stefan1200.util.ArrangedPropertiesWriter
-
Get a new instance of the ArrangedPropertiesWriter with the same loaded configuration.
- close() - Method in class de.stefan1200.util.MySQLConnect
-
- closeTS3Connection() - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Close the query connection.
- complainAdd(int, String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Add a complain to a client.
- complainDelete(int, int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Deletes complains from a client (from a specified sender).
- connect() - Method in class de.stefan1200.util.MySQLConnect
-
- connectTS3Query(String, int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Open a query connection to the TS3 server.
- connectTS3Query(String, int, String, int) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Open a query connection to the TS3 server, you can set a local IP and port to bind the socket to it.