static Command |
BanCommands.banAdd(String ip,
String name,
String uid,
String myTSId,
long timeInSeconds,
String reason) |
static Command |
BanCommands.banClient(int[] clientIds,
long timeInSeconds,
String reason,
boolean continueOnError) |
static Command |
BanCommands.banDel(int banId) |
static Command |
BanCommands.banDelAll() |
static Command |
BanCommands.banList() |
static Command |
ServerCommands.bindingList() |
static Command |
PermissionCommands.channelAddPerm(int channelId,
String permName,
int permValue) |
static Command |
PermissionCommands.channelClientAddPerm(int channelId,
int clientDBId,
String permName,
int permValue) |
static Command |
PermissionCommands.channelClientDelPerm(int channelId,
int clientDBId,
String permName) |
static Command |
PermissionCommands.channelClientPermList(int channelId,
int clientDBId) |
static Command |
ChannelCommands.channelCreate(String name,
Map<ChannelProperty,String> options) |
static Command |
ChannelCommands.channelDelete(int channelId,
boolean force) |
static Command |
PermissionCommands.channelDelPerm(int channelId,
String permName) |
static Command |
ChannelCommands.channelEdit(int channelId,
Map<ChannelProperty,String> options) |
static Command |
ChannelCommands.channelFind(String pattern) |
static Command |
ChannelGroupCommands.channelGroupAdd(String groupName,
PermissionGroupDatabaseType type) |
static Command |
PermissionCommands.channelGroupAddPerm(int groupId,
String permName,
int permValue) |
static Command |
ChannelGroupCommands.channelGroupClientList(int channelId,
int clientDBId,
int groupId) |
static Command |
ChannelGroupCommands.channelGroupCopy(int sourceGroupId,
int targetGroupId,
PermissionGroupDatabaseType type) |
static Command |
ChannelGroupCommands.channelGroupCopy(int sourceGroupId,
String groupName,
PermissionGroupDatabaseType type) |
static Command |
ChannelGroupCommands.channelGroupDel(int channelGroupId,
boolean forced) |
static Command |
PermissionCommands.channelGroupDelPerm(int groupId,
String permName) |
static Command |
ChannelGroupCommands.channelGroupList() |
static Command |
PermissionCommands.channelGroupPermList(int groupId) |
static Command |
ChannelGroupCommands.channelGroupRename(int groupId,
String groupName) |
static Command |
ChannelCommands.channelInfo(int channelId) |
static Command |
ChannelCommands.channelList() |
static Command |
ChannelCommands.channelMove(int channelId,
int channelParentId,
int order) |
static Command |
PermissionCommands.channelPermList(int channelId) |
static Command |
PermissionCommands.clientAddPerm(int clientDBId,
String permName,
boolean permValue,
boolean skip) |
static Command |
PermissionCommands.clientAddPerm(int clientDBId,
String permName,
int permValue,
boolean skip) |
static Command |
DatabaseClientCommands.clientDBDelete(int clientDBId) |
static Command |
DatabaseClientCommands.clientDBEdit(int clientDBId,
Map<ClientProperty,String> options) |
static Command |
DatabaseClientCommands.clientDBFind(String pattern,
boolean uid) |
static Command |
DatabaseClientCommands.clientDBInfo(int clientDBId) |
static Command |
DatabaseClientCommands.clientDBList(int begin,
int amount,
boolean count) |
static Command |
PermissionCommands.clientDelPerm(int clientDBId,
String permName) |
static Command |
ClientCommands.clientEdit(int clientId,
Map<ClientProperty,String> options) |
static Command |
ClientCommands.clientFind(String pattern) |
static Command |
ClientCommands.clientGetDBIdFromUId(String clientUId) |
static Command |
ClientCommands.clientGetIds(String clientUId) |
static Command |
ClientCommands.clientInfo(int clientId) |
static Command |
ClientCommands.clientKick(ReasonIdentifier reason,
String reasonMessage,
int... clientIds) |
static Command |
ClientCommands.clientList() |
static Command |
ClientCommands.clientMove(int[] clientIds,
int channelId,
String channelPassword) |
static Command |
ClientCommands.clientMove(int clientId,
int channelId,
String channelPassword) |
static Command |
PermissionCommands.clientPermList(int clientDBId) |
static Command |
ClientCommands.clientPoke(int clientId,
String message) |
static Command |
ClientCommands.clientSetServerQueryLogin(String username) |
static Command |
ClientCommands.clientUpdate(Map<ClientProperty,String> options) |
static Command |
ComplaintCommands.complainAdd(int clientDBId,
String message) |
static Command |
ComplaintCommands.complainDel(int clientDBId,
int fromClientDBId) |
static Command |
ComplaintCommands.complainDelAll(int clientDBId) |
static Command |
ComplaintCommands.complainList(int clientDBId) |
static Command |
CustomPropertyCommands.customDelete(int clientDBId,
String key) |
static Command |
CustomPropertyCommands.customInfo(int clientDBId) |
static Command |
CustomPropertyCommands.customSearch(String key,
String pattern) |
static Command |
CustomPropertyCommands.customSet(int clientDBId,
String key,
String value) |
static Command |
FileCommands.ftCreateDir(String path,
int channelId,
String channelPassword) |
static Command |
FileCommands.ftDeleteFile(int channelId,
String channelPassword,
String... filePaths) |
static Command |
FileCommands.ftGetFileInfo(int[] channelIds,
String[] channelPasswords,
String[] filePaths) |
static Command |
FileCommands.ftGetFileInfo(int channelId,
String channelPassword,
String... filePaths) |
static Command |
FileCommands.ftGetFileList(String directoryPath,
int channelId,
String channelPassword) |
static Command |
FileCommands.ftInitDownload(int transferId,
String path,
int channelId,
String channelPassword) |
static Command |
FileCommands.ftInitUpload(int transferId,
String path,
int channelId,
String channelPassword,
long size,
boolean overwrite) |
static Command |
FileCommands.ftList() |
static Command |
FileCommands.ftRenameFile(String oldPath,
String newPath,
int channelId,
String channelPassword) |
static Command |
FileCommands.ftRenameFile(String oldPath,
String newPath,
int oldChannelId,
String oldChannelPassword,
int newChannelId,
String newChannelPassword) |
static Command |
ServerCommands.gm(String message) |
static Command |
ServerCommands.hostInfo() |
static Command |
ServerCommands.instanceEdit(Map<ServerInstanceProperty,String> options) |
static Command |
ServerCommands.instanceInfo() |
static Command |
QueryCommands.logIn(String username,
String password) |
static Command |
QueryCommands.logOut() |
static Command |
ServerCommands.logView(int lines,
boolean instance) |
static Command |
MessageCommands.messageAdd(String clientUId,
String subject,
String message) |
static Command |
MessageCommands.messageDel(int messageId) |
static Command |
MessageCommands.messageGet(int messageId) |
static Command |
MessageCommands.messageList() |
static Command |
MessageCommands.messageUpdateFlag(int messageId,
boolean read) |
static Command |
PermissionCommands.permFind(String permName) |
static Command |
PermissionCommands.permGet(String... permNames) |
static Command |
PermissionCommands.permIdGetByName(String... permNames) |
static Command |
PermissionCommands.permIdGetByName(String permName) |
static Command |
PermissionCommands.permissionList() |
static Command |
PermissionCommands.permOverview(int channelId,
int clientDBId) |
static Command |
PermissionCommands.permReset() |
static Command |
PrivilegeKeyCommands.privilegeKeyAdd(PrivilegeKeyType type,
int groupId,
int channelId,
String description) |
static Command |
PrivilegeKeyCommands.privilegeKeyDelete(String token) |
static Command |
PrivilegeKeyCommands.privilegeKeyList() |
static Command |
PrivilegeKeyCommands.privilegeKeyUse(String token) |
static Command |
QueryLoginCommands.queryLoginAdd(String loginName,
int clientDBId) |
static Command |
QueryLoginCommands.queryLoginDel(int clientDBId) |
static Command |
QueryLoginCommands.queryLoginList(String pattern) |
static Command |
QueryCommands.quit() |
static Command |
ClientCommands.sendTextMessage(int targetMode,
int targetId,
String message) |
static Command |
VirtualServerCommands.serverCreate(String name,
Map<VirtualServerProperty,String> options) |
static Command |
VirtualServerCommands.serverDelete(int id) |
static Command |
VirtualServerCommands.serverEdit(Map<VirtualServerProperty,String> options) |
static Command |
ServerGroupCommands.serverGroupAdd(String groupName,
PermissionGroupDatabaseType type) |
static Command |
ServerGroupCommands.serverGroupAddClient(int groupId,
int clientDBId) |
static Command |
PermissionCommands.serverGroupAddPerm(int groupId,
String permName,
int permValue,
boolean negate,
boolean skip) |
static Command |
PermissionCommands.serverGroupAutoAddPerm(ServerGroupType type,
String permName,
int permValue,
boolean negate,
boolean skip) |
static Command |
PermissionCommands.serverGroupAutoDelPerm(ServerGroupType type,
String permName) |
static Command |
ServerGroupCommands.serverGroupClientList(int groupId) |
static Command |
ServerGroupCommands.serverGroupCopy(int sourceGroupId,
int targetGroupId,
PermissionGroupDatabaseType type) |
static Command |
ServerGroupCommands.serverGroupCopy(int sourceGroupId,
String groupName,
PermissionGroupDatabaseType type) |
static Command |
ServerGroupCommands.serverGroupDel(int id,
boolean force) |
static Command |
ServerGroupCommands.serverGroupDelClient(int groupId,
int clientDBId) |
static Command |
PermissionCommands.serverGroupDelPerm(int groupId,
String permName) |
static Command |
ServerGroupCommands.serverGroupList() |
static Command |
PermissionCommands.serverGroupPermList(int groupId) |
static Command |
ServerGroupCommands.serverGroupRename(int id,
String groupName) |
static Command |
ServerGroupCommands.serverGroupsByClientId(int clientDBId) |
static Command |
VirtualServerCommands.serverIdGetByPort(int port) |
static Command |
VirtualServerCommands.serverInfo() |
static Command |
VirtualServerCommands.serverList() |
static Command |
QueryCommands.serverNotifyRegister(TS3EventType eventType,
int channelId) |
static Command |
QueryCommands.serverNotifyUnregister() |
static Command |
ServerCommands.serverProcessStop(String reason) |
static Command |
VirtualServerCommands.serverRequestConnectionInfo() |
static Command |
VirtualServerCommands.serverSnapshotCreate() |
static Command |
VirtualServerCommands.serverSnapshotDeploy(String snapshot) |
static Command |
VirtualServerCommands.serverStart(int id) |
static Command |
VirtualServerCommands.serverStop(int id,
String reason) |
static Command |
ChannelGroupCommands.setClientChannelGroup(int groupId,
int channelId,
int clientDBId) |
static Command |
QueryCommands.useId(int id,
String nickname) |
static Command |
QueryCommands.usePort(int port,
String nickname) |
static Command |
ServerCommands.version() |
static Command |
QueryCommands.whoAmI() |