public interface ServerInfoCache_Interface
Modifier and Type | Method and Description |
---|---|
int |
getServerChannelCount()
Returns the current channel count of the connected server!
|
long |
getServerClientConnectionsCount()
Returns the client connection count of the connected server!
|
int |
getServerClientCount()
Returns the current client count of the connected server!
|
int |
getServerClientDBCount()
Returns the total client count from TS3 server database!
|
long |
getServerCreatedAt()
Returns the server creation timestamp of the connected server!
|
int |
getServerDefaultChannelAdminGroup()
Returns the default channel admin group id of the connected server!
|
int |
getServerDefaultChannelGroup()
Returns the default guest channel group id of the connected server!
|
int |
getServerDefaultServerGroup()
Returns the default guest server group id of the connected server!
|
long |
getServerDownloadQuota()
Returns the download quota of the connected server!
|
int |
getServerMaxClients()
Returns the current max clients count of the connected server!
|
long |
getServerMaxDownloadTotalBandwidth()
Returns the max download total bandwidth value of the connected server!
|
long |
getServerMaxUploadTotalBandwidth()
Returns the max upload total bandwidth value of the connected server!
|
long |
getServerMinClientVersion()
Returns the min client version timestamp of the connected server!
|
long |
getServerMonthBytesDownloaded()
Returns the current total bytes downloaded value of the connected server for the month!
|
long |
getServerMonthBytesUploaded()
Returns the current total bytes uploaded value of the connected server for the month!
|
String |
getServerName()
Returns the current server name of the connected server!
|
String |
getServerPlatform()
Returns the current Teamspeak 3 server platform of the connected server!
|
int |
getServerReservedSlots()
Returns the current reserved slots count of the connected server!
|
long |
getServerTotalBytesDownloaded()
Returns the current total bytes downloaded value of the connected server!
|
long |
getServerTotalBytesUploaded()
Returns the current total bytes uploaded value of the connected server!
|
long |
getServerUploadQuota()
Returns the upload quota of the connected server!
|
long |
getServerUptime()
Returns the current server uptime of the connected server!
|
long |
getServerUptimeTimestamp()
Returns the server uptime timestamp of the connected server!
|
String |
getServerVersion()
Returns the current Teamspeak 3 server version of the connected server!
|
int getServerChannelCount()
long getServerClientConnectionsCount()
int getServerClientCount()
int getServerClientDBCount()
long getServerCreatedAt()
int getServerDefaultChannelAdminGroup()
int getServerDefaultChannelGroup()
int getServerDefaultServerGroup()
long getServerDownloadQuota()
int getServerMaxClients()
long getServerMaxDownloadTotalBandwidth()
long getServerMaxUploadTotalBandwidth()
long getServerMinClientVersion()
long getServerMonthBytesDownloaded()
long getServerMonthBytesUploaded()
String getServerName()
String getServerPlatform()
int getServerReservedSlots()
long getServerTotalBytesDownloaded()
long getServerTotalBytesUploaded()
long getServerUploadQuota()
long getServerUptime()
long getServerUptimeTimestamp()
String getServerVersion()