- DatabaseClient - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- DatabaseClient(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- DatabaseClientCommands - Class in com.github.theholywaffle.teamspeak3.commands
-
- DatabaseClientInfo - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- DatabaseClientInfo(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- decode(String) - Static method in class com.github.theholywaffle.teamspeak3.commands.CommandEncoding
-
- DEFAULT - Static variable in class com.github.theholywaffle.teamspeak3.TS3Query.FloodRate
-
Default delay of 350 milliseconds between commands for queries that are not whitelisted.
- DefaultArrayResponse - Class in com.github.theholywaffle.teamspeak3.commands.response
-
- deleteAllBans() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes all active ban rules from the server.
- deleteAllBans() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes all active ban rules from the server.
- deleteAllComplaints(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes all complaints about the client with specified database ID from the server.
- deleteAllComplaints(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes all complaints about the client with specified database ID from the server.
- deleteBan(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the ban rule with the specified ID from the server.
- deleteBan(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the ban rule with the specified ID from the server.
- deleteChannel(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes an existing channel specified by its ID, kicking all clients out of the channel.
- deleteChannel(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes an existing channel with a given ID.
- deleteChannel(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes an existing channel specified by its ID, kicking all clients out of the channel.
- deleteChannel(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes an existing channel with a given ID.
- deleteChannelClientPermission(int, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a specified permission from a client in a specific channel.
- deleteChannelClientPermission(int, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a specified permission from a client in a specific channel.
- deleteChannelGroup(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes the channel group with the given ID.
- deleteChannelGroup(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes the channel group with the given ID.
- deleteChannelGroup(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes the channel group with the given ID.
- deleteChannelGroup(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes the channel group with the given ID.
- deleteChannelGroupPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from the channel group with the given ID.
- deleteChannelGroupPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from the channel group with the given ID.
- deleteChannelPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from the channel with the given ID.
- deleteChannelPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from the channel with the given ID.
- deleteClientPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
- deleteClientPermission(int, IPermissionType) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from a client.
- deleteClientPermission(int, BPermissionType) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from a client.
- deleteClientPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
- deleteClientPermission(int, IPermissionType) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from a client.
- deleteClientPermission(int, BPermissionType) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from a client.
- deleteComplaint(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the complaint about the client with database ID targetClientDBId submitted by
the client with database ID fromClientDBId from the server.
- deleteComplaint(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the complaint about the client with database ID targetClientDBId submitted by
the client with database ID fromClientDBId from the server.
- deleteCustomClientProperty(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes the key custom client property from a client.
- deleteCustomClientProperty(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes the key custom client property from a client.
- deleteDatabaseClientProperties(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes all stored database information about the specified client.
- deleteDatabaseClientProperties(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes all stored database information about the specified client.
- deleteFile(String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes a file or directory from the file repository in the specified channel.
- deleteFile(String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes a file or directory from the file repository in the specified channel.
- deleteFile(String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes a file or directory from the file repository in the specified channel.
- deleteFile(String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes a file or directory from the file repository in the specified channel.
- deleteFiles(String[], int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes multiple files or directories from the file repository in the specified channel.
- deleteFiles(String[], int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes multiple files or directories from the file repository in the specified channel.
- deleteFiles(String[], int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes multiple files or directories from the file repository in the specified channel.
- deleteFiles(String[], int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes multiple files or directories from the file repository in the specified channel.
- deleteIcon(long) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes an icon from the icon directory in the file repository.
- deleteIcon(long) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes an icon from the icon directory in the file repository.
- deleteIcons(long...) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes multiple icons from the icon directory in the file repository.
- deleteIcons(long...) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes multiple icons from the icon directory in the file repository.
- deleteOfflineMessage(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the offline message with the specified ID.
- deleteOfflineMessage(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the offline message with the specified ID.
- deletePermissionFromAllServerGroups(ServerGroupType, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a specified permission from all server groups of the type specified by type on all virtual servers.
- deletePermissionFromAllServerGroups(ServerGroupType, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a specified permission from all server groups of the type specified by type on all virtual servers.
- deletePrivilegeKey(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the privilege key with the given token.
- deletePrivilegeKey(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the privilege key with the given token.
- deleteServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the virtual server with the specified ID.
- deleteServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the virtual server with the specified ID.
- deleteServerGroup(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the server group with the specified ID, even if the server group still contains clients.
- deleteServerGroup(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes a server group with the specified ID.
- deleteServerGroup(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the server group with the specified ID, even if the server group still contains clients.
- deleteServerGroup(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes a server group with the specified ID.
- deleteServerGroupPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Removes a permission from the server group with the given ID.
- deleteServerGroupPermission(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Removes a permission from the server group with the given ID.
- deleteServerQueryLogin(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Deletes the server query login with the specified client database ID.
- deleteServerQueryLogin(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Deletes the server query login with the specified client database ID.
- deployServerSnapshot(Snapshot) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Restores the selected virtual servers configuration using the data from a
previously created server snapshot.
- deployServerSnapshot(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Restores the configuration of the selected virtual server using the data from a
previously created server snapshot.
- deployServerSnapshot(Snapshot) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Restores the selected virtual servers configuration using the data from a
previously created server snapshot.
- deployServerSnapshot(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Restores the configuration of the selected virtual server using the data from a
previously created server snapshot.
- disconnect() - Static method in class com.github.theholywaffle.teamspeak3.api.reconnect.ReconnectStrategy
-
- DisconnectingConnectionHandler - Class in com.github.theholywaffle.teamspeak3.api.reconnect
-
- DisconnectingConnectionHandler(ConnectionHandler) - Constructor for class com.github.theholywaffle.teamspeak3.api.reconnect.DisconnectingConnectionHandler
-
- downloadFile(OutputStream, String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Downloads a file from the file repository at a given path and channel
and writes the file's bytes to an open
OutputStream.
- downloadFile(OutputStream, String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Downloads a file from the file repository at a given path and channel
and writes the file's bytes to an open
OutputStream.
- downloadFile(OutputStream, String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Downloads a file from the file repository at a given path and channel
and writes the file's bytes to an open
OutputStream.
- downloadFile(OutputStream, String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Downloads a file from the file repository at a given path and channel
and writes the file's bytes to an open
OutputStream.
- downloadFileDirect(String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Downloads a file from the file repository at a given path and channel
and returns the file's bytes as a byte array.
- downloadFileDirect(String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Downloads a file from the file repository at a given path and channel
and returns the file's bytes as a byte array.
- downloadFileDirect(String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Downloads a file from the file repository at a given path and channel
and returns the file's bytes as a byte array.
- downloadFileDirect(String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Downloads a file from the file repository at a given path and channel
and returns the file's bytes as a byte array.
- downloadIcon(OutputStream, long) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Downloads an icon from the icon directory in the file repository
and writes the file's bytes to an open
OutputStream.
- downloadIcon(OutputStream, long) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Downloads an icon from the icon directory in the file repository
and writes the file's bytes to an open
OutputStream.
- downloadIconDirect(long) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Downloads an icon from the icon directory in the file repository
and returns the file's bytes as a byte array.
- downloadIconDirect(long) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Downloads an icon from the icon directory in the file repository
and returns the file's bytes as a byte array.
- get() - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Waits indefinitely until the command completes
and returns the result of the command.
- get(long, TimeUnit) - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Waits for at most the given time until the command completes
and returns the result of the command.
- get() - Method in class com.github.theholywaffle.teamspeak3.api.Snapshot
-
- get(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a String from the underlying map.
- get(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a String from the underlying map.
- getAmountOfServerGroups() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getAntifloodPointsNeededCommandBlock() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getAntifloodPointsNeedIpBlock() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getAntifloodPointsTickReduce() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getApi() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
Gets the API object that can be used to send commands to the TS3 server.
- getAsyncApi() - Method in class com.github.theholywaffle.teamspeak3.TS3Query
-
Gets the asynchronous API object that can be used to send commands to the TS3 server
in a non-blocking manner.
- getAvatar() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getAvatar() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getAverageSpeed() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Returns the current file transfer speed in bytes per second.
- getAwayMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getBadgeGUIDs() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getBandwidthReceivedLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBandwidthReceivedLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getBandwidthReceivedLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBandwidthReceivedLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getBandwidthReceivedLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBandwidthReceivedLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getBandwidthReceivedLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBandwidthReceivedLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getBandwidthSentlastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBandwidthSentLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getBandwidthSentLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBandwidthSentLastMinute() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getBandwidthSentLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBandwidthSentLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getBandwidthSentLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBandwidthSentLastSecond() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getBannedIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getBannedName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getBannedUId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getBannerGraphicsUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getBannerMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getBans() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all bans on the selected virtual server.
- getBans() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all bans on the selected virtual server.
- getBase64ClientUId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getBase64HashClientUID() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getBindings() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of IP addresses used by the server instance.
- getBindings() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of IP addresses used by the server instance.
- getBoolean(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a boolean from the underlying map.
- getBoolean(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a boolean from the underlying map.
- getBuild() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Version
-
- getBytesReceivedTotal() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getBytesSentTotal() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getChannelAdminGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getChannelByNameExact(String, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Finds and returns the channel matching the given name exactly.
- getChannelByNameExact(String, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Finds and returns the channel matching the given name exactly.
- getChannelClientPermissions(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays a list of permissions defined for a client in a specific channel.
- getChannelClientPermissions(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays a list of permissions defined for a client in a specific channel.
- getChannelGroupClients(int, int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all client / channel ID combinations currently assigned to channel groups.
- getChannelGroupClients(int, int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all client / channel ID combinations currently assigned to channel groups.
- getChannelGroupClientsByChannelGroupId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all client / channel ID combinations currently assigned to the specified channel group.
- getChannelGroupClientsByChannelGroupId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all client / channel ID combinations currently assigned to the specified channel group.
- getChannelGroupClientsByChannelId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all channel group assignments in the specified channel.
- getChannelGroupClientsByChannelId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all channel group assignments in the specified channel.
- getChannelGroupClientsByClientDBId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all channel group assignments for the specified client.
- getChannelGroupClientsByClientDBId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all channel group assignments for the specified client.
- getChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroupClient
-
- getChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getChannelGroupPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified channel group.
- getChannelGroupPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified channel group.
- getChannelGroups() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all channel groups on the selected virtual server.
- getChannelGroups() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all channel groups on the selected virtual server.
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelCreateEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelDeletedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelDescriptionEditedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelEditedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelMovedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelPasswordChangedEvent
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroupClient
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileInfo
-
Gets the ID of the channel this file is stored on.
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the ID of the channel the server query is currently in.
- getChannelInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets detailed configuration information about the channel specified channel.
- getChannelInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets detailed configuration information about the channel specified channel.
- getChannelOrder() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelMovedEvent
-
- getChannelParentId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ChannelMovedEvent
-
- getChannelPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified channel.
- getChannelPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified channel.
- getChannels() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all channels on the selected virtual server.
- getChannels() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all channels on the selected virtual server.
- getChannelsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of channels whose names contain the given search string.
- getChannelsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of channels whose names contain the given search string.
- getChannelsOnline() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getClientAwayMessage() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientByNameExact(String, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Finds and returns the client whose nickname matches the given name exactly.
- getClientByNameExact(String, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Finds and returns the client whose nickname matches the given name exactly.
- getClientByUId(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about the client with the specified unique identifier.
- getClientByUId(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about the client with the specified unique identifier.
- getClientChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientCountry() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.event.PrivilegeKeyUsedEvent
-
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroupClient
-
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CustomPropertyAssignment
-
Gets the database ID of the client that matched the custom client property search.
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryLogin
-
- getClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroupClient
-
- getClientDescription() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientFlagAvatarId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientFromId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientFromId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientLeaveEvent
-
- getClientIconId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientLeaveEvent
-
- getClientId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientMovedEvent
-
- getClientId() - Method in class com.github.theholywaffle.teamspeak3.api.event.PrivilegeKeyUsedEvent
-
- getClientId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Gets the ID of the client who started this file transfer.
- getClientInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about the client with the specified client ID.
- getClientInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about the client with the specified client ID.
- getClientInheritedChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientMetadata() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientNeededServerQueryViewPower() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientNickname() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified client.
- getClientPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified client.
- getClientPhoneticNickname() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClients() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all clients on the selected virtual server.
- getClients() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all clients on the selected virtual server.
- getClientsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of clients whose nicknames contain the given search string.
- getClientsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of clients whose nicknames contain the given search string.
- getClientServerGroups() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientsOnline() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getClientTalkPower() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientTalkRequestMessage() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientTargetId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientTargetId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientLeaveEvent
-
- getClientTransferId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Returns the key that the client has sent to the server to identify their file transfer.
- getClientTransferId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Returns the key that the client has sent to the server to identify their file transfer.
- getClientType() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.event.PrivilegeKeyUsedEvent
-
- getClientUnreadMessages() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getClientURI() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
Utility method.
- getCodec() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getCodecEncryptionMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getCodecLatencyFactor() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getCodecQuality() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getCommand() - Method in class com.github.theholywaffle.teamspeak3.commands.response.ResponseBuilder
-
- getComplaintAutobanCount() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getComplaintAutobanTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getComplaintRemoveTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getComplaints() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all complaints on the selected virtual server.
- getComplaints(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all complaints about the specified client.
- getComplaints() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all complaints on the selected virtual server.
- getComplaints(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all complaints about the specified client.
- getConnectedTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getConnectionInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets detailed connection information about the selected virtual server.
- getConnectionInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets detailed connection information about the selected virtual server.
- getControlBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getControlBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getControlPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getControlPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getCountry() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getCreated() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getCurrentSpeed() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Returns the current file transfer speed in bytes per second.
- getCustomClientProperties(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a map of all custom client properties and their values
assigned to the client with database ID clientDBId.
- getCustomClientProperties(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a map of all custom client properties and their values
assigned to the client with database ID clientDBId.
- getDatabaseClientByUId(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about the client with the specified unique identifier in the server database.
- getDatabaseClientByUId(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about the client with the specified unique identifier in the server database.
- getDatabaseClientInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about the client with the specified database ID in the server database.
- getDatabaseClientInfo(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about the client with the specified database ID in the server database.
- getDatabaseClients() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about all clients in the server database.
- getDatabaseClients(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about a set number of clients in the server database, starting at offset.
- getDatabaseClients() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about all clients in the server database.
- getDatabaseClients(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about a set number of clients in the server database, starting at offset.
- getDatabaseClientsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets all clients in the database whose last nickname matches the specified name exactly.
- getDatabaseClientsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets all clients in the database whose last nickname matches the specified name exactly.
- getDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the ID of the server query in the database.
- getDatabaseVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getDefaultChannel() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getDefaultChannelAdminGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDefaultChannelGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getDefaultChannelGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDefaultServerGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getDefaultServerGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDefaultToken() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getDescription() - Method in enum com.github.theholywaffle.teamspeak3.api.BPermissionType
-
- getDescription() - Method in enum com.github.theholywaffle.teamspeak3.api.IPermissionType
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionInfo
-
A short description about what this permission does.
- getDescription() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getDiskFilePath() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Gets the path of the folder that the file which is being transferred is stored in on disk.
- getDouble(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a double from the underlying map.
- getDouble(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a double from the underlying map.
- getDownloadQuota() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getDuration() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getEnforcements() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getError() - Method in exception com.github.theholywaffle.teamspeak3.api.exception.TS3CommandFailedException
-
- getEstimatedLocation() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getExtraMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryError
-
- getFailedPermissionId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryError
-
- getFileBase() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFileInfo(String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about a file on the file repository in the specified channel.
- getFileInfo(String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about a file on the file repository in the specified channel.
- getFileInfo(String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about a file on the file repository in the specified channel.
- getFileInfo(String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about a file on the file repository in the specified channel.
- getFileInfos(String[], int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about multiple files on the file repository in the specified channel.
- getFileInfos(String[], int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about multiple files on the file repository in the specified channel.
- getFileInfos(String[], int[], String[]) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets information about multiple files on the file repository in multiple channels.
- getFileInfos(String[], int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about multiple files on the file repository in the specified channel.
- getFileInfos(String[], int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about multiple files on the file repository in the specified channel.
- getFileInfos(String[], int[], String[]) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets information about multiple files on the file repository in multiple channels.
- getFileList(String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of files and directories in the specified parent directory and channel.
- getFileList(String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of files and directories in the specified parent directory and channel.
- getFileList(String, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of files and directories in the specified parent directory and channel.
- getFileList(String, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of files and directories in the specified parent directory and channel.
- getFileName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Returns the name of the file on the TS3 server without its full path.
- getFilePath() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getFileServerHost() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Gets the IP address or hostname of the file server the TS3 instance wants us to send our data to.
- getFileServerPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Gets the port of the file server the TS3 instance wants us to send our data to.
- getFileSize() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileInfo
-
Gets the size of the file in bytes.
- getFileSize() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileListEntry
-
- getFileSize() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Gets the size of the file being downloaded in bytes.
- getFiletransferBandwidthReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getFiletransferBandwidthReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getFileTransferBandwidthReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getFiletransferBandwidthReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFiletransferBandwidthSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getFiletransferBandwidthSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getFileTransferBandwidthSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getFiletransferBandwidthSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFiletransferBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getFileTransferBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getFiletransferBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFiletransferBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getFileTransferBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getFiletransferBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getFileTransferKey() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Gets the key needed identify ourselves to the file server and to start the file transfer.
- getFileTransferPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getFileTransfers() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of active or recently active file transfers.
- getFileTransfers() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of active or recently active file transfers.
- getFirstResponse() - Method in class com.github.theholywaffle.teamspeak3.commands.response.DefaultArrayResponse
-
- getFloodBanTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getFuture() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- getGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getGuestServerQueryGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getHostbannerGfxInterval() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbannerGfxUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbannerMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbannerUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbuttonGfxUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbuttonTooltip() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostbuttonUrl() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays detailed configuration information about the server instance including
uptime, number of virtual servers online, traffic information, etc.
- getHostInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays detailed configuration information about the server instance including
uptime, number of virtual servers online, traffic information, etc.
- getHostMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getHostMessageMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.IconFile
-
Gets the icon ID corresponding to this file, or -1 if the file name
doesn't follow the standard format.
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getIconId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getIconList() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all icon files on this virtual server.
- getIconList() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all icon files on this virtual server.
- getId() - Method in enum com.github.theholywaffle.teamspeak3.api.BPermissionType
-
- getId() - Method in enum com.github.theholywaffle.teamspeak3.api.IPermissionType
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Channel
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CreatedVirtualServer
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Message
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionAssignment
-
Gets the numerical ID of this permission.
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionInfo
-
Gets the numerical ID of this permission.
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryError
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the client ID of the server query.
- getId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getIdleTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.ChannelBannerMode
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.Codec
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.CodecEncryptionMode
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.HostBannerMode
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.HostMessageMode
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.LogLevel
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupDatabaseType
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupType
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.PrivilegeKeyType
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.ReasonIdentifier
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.ServerGroupType
-
- getIndex() - Method in enum com.github.theholywaffle.teamspeak3.api.TextMessageTargetMode
-
- getInheritedChannelGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getInstanceInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays the server instance configuration including database revision number,
the file transfer port, default group IDs, etc.
- getInstanceInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays the server instance configuration including database revision number,
the file transfer port, default group IDs, etc.
- getInstanceLogEntries(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Fetches the specified amount of log entries from the server log.
- getInstanceLogEntries() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Fetches the last 100 log entries from the server log.
- getInstanceLogEntries(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Fetches the specified amount of log entries from the server log.
- getInstanceLogEntries() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Fetches the last 100 log entries from the server log.
- getInt(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as an integer from the underlying map.
- getInt(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as an integer from the underlying map.
- getInvokerClientDBId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getInvokerId() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
Gets the ID of the client who caused this event to happen.
- getInvokerName() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
Gets the nickname of the client who caused this event to happen.
- getInvokerName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getInvokerUId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getInvokerUniqueId() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
Gets the unique identifier of the client who caused this event to happen.
- getIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Binding
-
- getIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKeepAliveBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKeepAliveBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKeepAlivePacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKeepAlivePacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getKey() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CustomPropertyAssignment
-
Gets the key of the matched custom client property.
- getLastConnectedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getLastConnectedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getLastIp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getLastModifiedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileInfo
-
Gets the date of the last modification to this file.
- getLastNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getLoginName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getLoginName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the username that was used when logging the query in (using a username-password combination).
- getLong(String) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a long from the underlying map.
- getLong(Property) - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets a property as a long from the underlying map.
- getMachineId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMajorId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionAssignment
-
Specifies where this permission assignment originates from,
depending on the
type of this assignment.
- getMap() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Wrapper
-
Gets the map underlying this Wrapper.
- getMaxClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getMaxClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getMaxDownloadBandwidth() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getMaxDownloadBandwidth() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMaxFamilyClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getMaxFloodCommands() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getMaxFloodTime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getMaxUploadBandwidth() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getMaxUploadBandwidth() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMemberAddPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getMemberAddPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getMemberRemovePower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getMemberRemovePower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getMessage() - Method in class com.github.theholywaffle.teamspeak3.api.event.TextMessageEvent
-
- getMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Gets the message that is provided in case the command fails.
- getMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryError
-
- getMetaData() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getMinClientsInChannelBeforeForcedSilence() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMinimumClientVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMinorId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionAssignment
-
Specifies where this permission assignment originates from,
depending on the
type of this assignment.
- getModifyPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getModifyPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getMonthlyBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getMonthlyBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getMonthlyBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMonthlyBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getMonthlyBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getMonthlyBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getMs() - Method in class com.github.theholywaffle.teamspeak3.TS3Query.FloodRate
-
- getMyTeamSpeakId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.BPermissionType
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.ChannelProperty
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.ClientProperty
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.IPermissionType
-
- getName() - Method in interface com.github.theholywaffle.teamspeak3.api.Property
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.ServerInstanceProperty
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerProperty
-
- getName() - Method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerStatus
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileInfo
-
Gets the name of this file or directory.
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileListEntry
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Permission
-
Gets the name of this permission.
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionInfo
-
Gets the name of this permission.
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getName() - Method in class com.github.theholywaffle.teamspeak3.commands.Command
-
- getNameMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getNameMode() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getNeededIdentitySecurityLevel() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getNeededServerQueryViewPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getNeededSubscribePower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Channel
-
- getNeededTalkPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroupClient
-
- getNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the nickname currently used by the server query.
- getOfflineMessage(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Reads the message body of a message.
- getOfflineMessage(Message) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Reads the message body of a message.
- getOfflineMessage(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Reads the message body of a message.
- getOfflineMessage(Message) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Reads the message body of a message.
- getOfflineMessages() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all offline messages for the server query.
- getOfflineMessages() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all offline messages for the server query.
- getOrder() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getOriginServerId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the ID of the virtual server on which the server query login was created.
- getPacketLoss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getPacketsReceivedTotal() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getPacketsSentTotal() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getParentChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getParentPath() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileInfo
-
Gets the path of the directory containing this file or directory.
- getParentPath() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileListEntry
-
- getPassword() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getPassword() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPath() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileInfo
-
Gets the path to this file or directory, including its name.
- getPath() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileListEntry
-
- getPermissionAssignments(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays detailed information about all assignments of the permission specified
with permName.
- getPermissionAssignments(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays detailed information about all assignments of the permission specified
with permName.
- getPermissionIdByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets the ID of the permission specified by permName.
- getPermissionIdByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets the ID of the permission specified by permName.
- getPermissionIdsByName(String...) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets the IDs of the permissions specified by permNames.
- getPermissionIdsByName(String...) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets the IDs of the permissions specified by permNames.
- getPermissionOverview(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all assigned permissions for a client in a specified channel.
- getPermissionOverview(int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all assigned permissions for a client in a specified channel.
- getPermissions() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays a list of all permissions, including ID, name and description.
- getPermissions() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays a list of all permissions, including ID, name and description.
- getPermissionsVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getPermissionValue(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays the current value of the specified permission for this server query instance.
- getPermissionValue(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays the current value of the specified permission for this server query instance.
- getPermissionValues(String...) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Displays the current values of the specified permissions for this server query instance.
- getPermissionValues(String...) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Displays the current values of the specified permissions for this server query instance.
- getPhoneticName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getPhoneticName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPhoneticNickname() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getPing() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getPing() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPlatform() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getPlatform() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Version
-
- getPlatform() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CreatedVirtualServer
-
- getPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getPrioritySpeakerDimmModificator() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getPrivilegeKey() - Method in class com.github.theholywaffle.teamspeak3.api.event.PrivilegeKeyUsedEvent
-
- getPrivilegeKeyChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.PrivilegeKeyUsedEvent
-
- getPrivilegeKeyGroupId() - Method in class com.github.theholywaffle.teamspeak3.api.event.PrivilegeKeyUsedEvent
-
- getPrivilegeKeys() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all available tokens to join channel or server groups,
including their type and group IDs.
- getPrivilegeKeys() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all available tokens to join channel or server groups,
including their type and group IDs.
- getPrivilegeKeyType() - Method in class com.github.theholywaffle.teamspeak3.api.event.PrivilegeKeyUsedEvent
-
- getQueryClientLoginName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryLogin
-
- getQueryClientLoginPassword() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CreatedQueryLogin
-
- getQueryClientsOnline() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getQueryError() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Gets a
QueryError that can be used when throwing an exception.
- getRawResponse() - Method in class com.github.theholywaffle.teamspeak3.commands.response.DefaultArrayResponse
-
- getReason() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Ban
-
- getReasonId() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
Gets the reason ID of the cause of this event.
- getReasonMessage() - Method in class com.github.theholywaffle.teamspeak3.api.event.BaseEvent
-
Gets the reason for this event.
- getReceivedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Message
-
- getReservedSlots() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getResponses() - Method in class com.github.theholywaffle.teamspeak3.commands.response.DefaultArrayResponse
-
- getRuntime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Returns how many milliseconds have elapsed since the file transfer was first announced to
the server.
- getSaveDb() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getSecondsEmpty() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getSenderUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Message
-
- getServerAdminGroup() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.InstanceInfo
-
- getServerAdminToken() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CreatedVirtualServer
-
- getServerGroupClients(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all clients in the specified server group.
- getServerGroupClients(ServerGroup) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all clients in the specified server group.
- getServerGroupClients(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all clients in the specified server group.
- getServerGroupClients(ServerGroup) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all clients in the specified server group.
- getServerGroupPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified server group.
- getServerGroupPermissions(ServerGroup) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all permissions assigned to the specified server group.
- getServerGroupPermissions(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified server group.
- getServerGroupPermissions(ServerGroup) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all permissions assigned to the specified server group.
- getServerGroups() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getServerGroups() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all server groups on the virtual server.
- getServerGroups() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all server groups on the virtual server.
- getServerGroupsByClient(Client) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all server groups set for a client.
- getServerGroupsByClient(Client) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all server groups set for a client.
- getServerGroupsByClientId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all server groups set for a client.
- getServerGroupsByClientId(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all server groups set for a client.
- getServerIdByPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets the ID of a virtual server by its port.
- getServerIdByPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets the ID of a virtual server by its port.
- getServerInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets detailed information about the virtual server the server query is currently in.
- getServerInfo() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets detailed information about the virtual server the server query is currently in.
- getServerQueryLogins() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all server query logins (containing login name, virtual server ID, and client database ID).
- getServerQueryLogins() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all server query logins (containing login name, virtual server ID, and client database ID).
- getServerQueryLoginsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all server query logins (containing login name, virtual server ID, and client database ID)
whose login name matches the specified SQL-like pattern.
- getServerQueryLoginsByName(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all server query logins (containing login name, virtual server ID, and client database ID)
whose login name matches the specified SQL-like pattern.
- getServerTransferId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Returns an internal ID that the server uses to identify their file transfer.
- getServerTransferId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Returns an internal ID that the server uses to identify their file transfer.
- getSortId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getSortId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getSourceClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getSourceName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getSpeechBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getSpeechBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getSpeechPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getSpeechPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getStatus() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Returns the current status of the file transfer.
- getStatus() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransferParameters
-
Gets the status / error code of this command.
- getStatus() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getSubject() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Message
-
- getTalkPower() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getTalkRequestCreatedDate() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTalkRequestMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTargetChannelId() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientMovedEvent
-
Gets the ID of the channel the client has moved to.
- getTargetClientDatabaseId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getTargetClientId() - Method in class com.github.theholywaffle.teamspeak3.api.event.TextMessageEvent
-
Gets the client ID of the recipient of a private message.
- getTargetMode() - Method in class com.github.theholywaffle.teamspeak3.api.event.TextMessageEvent
-
- getTargetName() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getTimeConnected() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTimestamp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Complaint
-
- getTimeStamp() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getToken() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getTopic() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelBase
-
- getTotalBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getTotalBytesDownloaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getTotalBytesReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getTotalBytesSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClientInfo
-
- getTotalBytesUploaded() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalChannels() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getTotalClientConnections() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Channel
-
- getTotalClientsFamily() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Channel
-
- getTotalClientsOnline() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getTotalConnections() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalConnections() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getTotalControlPacketloss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalFileSize() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Gets the size in bytes the file will have once it is fully transferred.
- getTotalKeepAlivePacketloss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalMaxClients() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getTotalPacketloss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getTotalPacketsReceived() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getTotalPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ConnectionInfo
-
- getTotalPacketsSent() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalQueryClientConnections() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTotalRunningServers() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getTotalSpeechPacketloss() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getTransferredFileSize() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileTransfer
-
Gets the amount of bytes that have already been transferred.
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelGroup
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileInfo
-
Gets whether this entry is a directory or a file.
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileListEntry
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionAssignment
-
Where this permission assignment originates from.
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PrivilegeKey
-
- getType() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- getUninterruptibly() - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Waits indefinitely until the command completes
and returns the result of the command.
- getUninterruptibly(long, TimeUnit) - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Waits for at most the given time until the command completes
and returns the result of the command.
- getUniqueClientIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ChannelInfo
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.DatabaseClient
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroupClient
-
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the unique identifier of the server query.
- getUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getUnreadMessages() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ClientInfo
-
- getUploadedBytes() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.FileListEntry
-
If this file is still uploading, this method will return how many bytes have already
been uploaded.
- getUploadQuota() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getUptime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.HostInfo
-
- getUptime() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- getValue() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.CustomPropertyAssignment
-
Gets the value of the matched custom client property.
- getValue() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Permission
-
Gets the value of this permission assignment.
- getValue() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.PermissionAssignment
-
Gets the value of this permission assignment.
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Client
-
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.Version
-
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets the version, build number and platform of the TeamSpeak3 server.
- getVersion() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets the version, build number and platform of the TeamSpeak3 server.
- getVirtualServerId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.QueryLogin
-
- getVirtualServerId() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the ID of the currently selected virtual server.
- getVirtualServerLogEntries(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Fetches the specified amount of log entries from the currently selected virtual server.
- getVirtualServerLogEntries() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Fetches the last 100 log entries from the currently selected virtual server.
- getVirtualServerLogEntries(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Fetches the specified amount of log entries from the currently selected virtual server.
- getVirtualServerLogEntries() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Fetches the last 100 log entries from the currently selected virtual server.
- getVirtualServerPort() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the port used by the currently selected virtual server.
- getVirtualServers() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Gets a list of all virtual servers including their ID, status, number of clients online, etc.
- getVirtualServers() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Gets a list of all virtual servers including their ID, status, number of clients online, etc.
- getVirtualServerStatus() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the status of the currently selected virtual server.
- getVirtualServerUniqueIdentifier() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Gets the unique identifier of the currently selected virtual server.
- getWelcomeMessage() - Method in class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- gm(String) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerCommands
-
- searchCustomClientProperty(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Finds all clients that have any value associated with the key custom client property,
and returns the client's database ID and the key and value of the matching custom property.
- searchCustomClientProperty(String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Finds all clients whose value associated with the key custom client property matches the
SQL-like pattern valuePattern, and returns the client's database ID and the key and value
of the matching custom property.
- searchCustomClientProperty(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Finds all clients that have any value associated with the key custom client property,
and returns the client's database ID and the key and value of the matching custom property.
- searchCustomClientProperty(String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Finds all clients whose value associated with the key custom client property matches the
SQL-like pattern valuePattern, and returns the client's database ID and the key and value
of the matching custom property.
- selectVirtualServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the specified virtual server.
- selectVirtualServer(VirtualServer, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the specified virtual server
and sets the server query's nickname.
- selectVirtualServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the specified virtual server.
- selectVirtualServer(VirtualServer, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the specified virtual server
and sets the server query's nickname.
- selectVirtualServerById(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the virtual server with the specified ID.
- selectVirtualServerById(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the virtual server with the specified ID
and sets the server query's nickname.
- selectVirtualServerById(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the virtual server with the specified ID.
- selectVirtualServerById(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the virtual server with the specified ID
and sets the server query's nickname.
- selectVirtualServerByPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the virtual server with the specified voice port.
- selectVirtualServerByPort(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Moves the server query into the virtual server with the specified voice port
and sets the server query's nickname.
- selectVirtualServerByPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the virtual server with the specified voice port.
- selectVirtualServerByPort(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Moves the server query into the virtual server with the specified voice port
and sets the server query's nickname.
- sendChannelMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message to the channel with the specified ID.
- sendChannelMessage(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message to the channel the server query is currently in.
- sendChannelMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message to the channel with the specified ID.
- sendChannelMessage(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message to the channel the server query is currently in.
- sendOfflineMessage(String, String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends an offline message to the client with the given unique identifier.
- sendOfflineMessage(String, String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends an offline message to the client with the given unique identifier.
- sendPrivateMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a private message to the client with the specified client ID.
- sendPrivateMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a private message to the client with the specified client ID.
- sendServerMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message to the virtual server with the specified ID.
- sendServerMessage(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message to the virtual server the server query is currently in.
- sendServerMessage(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message to the virtual server with the specified ID.
- sendServerMessage(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message to the virtual server the server query is currently in.
- sendTextMessage(int, int, String) - Static method in class com.github.theholywaffle.teamspeak3.commands.ClientCommands
-
- sendTextMessage(TextMessageTargetMode, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sends a text message either to the whole virtual server, a channel or specific client.
- sendTextMessage(TextMessageTargetMode, int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sends a text message either to the whole virtual server, a channel or specific client.
- ServerCommands - Class in com.github.theholywaffle.teamspeak3.commands
-
- serverCreate(String, Map<VirtualServerProperty, String>) - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- serverDelete(int) - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- serverEdit(Map<VirtualServerProperty, String>) - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- ServerEditedEvent - Class in com.github.theholywaffle.teamspeak3.api.event
-
- ServerEditedEvent(Wrapper) - Constructor for class com.github.theholywaffle.teamspeak3.api.event.ServerEditedEvent
-
- ServerGroup - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- ServerGroup(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroup
-
- serverGroupAdd(String, PermissionGroupDatabaseType) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- serverGroupAddClient(int, int) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- serverGroupAddPerm(int, String, int, boolean, boolean) - Static method in class com.github.theholywaffle.teamspeak3.commands.PermissionCommands
-
- serverGroupAutoAddPerm(ServerGroupType, String, int, boolean, boolean) - Static method in class com.github.theholywaffle.teamspeak3.commands.PermissionCommands
-
- serverGroupAutoDelPerm(ServerGroupType, String) - Static method in class com.github.theholywaffle.teamspeak3.commands.PermissionCommands
-
- ServerGroupClient - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- ServerGroupClient(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.ServerGroupClient
-
- serverGroupClientList(int) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- ServerGroupCommands - Class in com.github.theholywaffle.teamspeak3.commands
-
- serverGroupCopy(int, int, PermissionGroupDatabaseType) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- serverGroupCopy(int, String, PermissionGroupDatabaseType) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- serverGroupDel(int, boolean) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- serverGroupDelClient(int, int) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- serverGroupDelPerm(int, String) - Static method in class com.github.theholywaffle.teamspeak3.commands.PermissionCommands
-
- serverGroupList() - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- serverGroupPermList(int) - Static method in class com.github.theholywaffle.teamspeak3.commands.PermissionCommands
-
- serverGroupRename(int, String) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- serverGroupsByClientId(int) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerGroupCommands
-
- ServerGroupType - Enum in com.github.theholywaffle.teamspeak3.api
-
- serverIdGetByPort(int) - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- serverInfo() - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- ServerInstanceProperty - Enum in com.github.theholywaffle.teamspeak3.api
-
- serverList() - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- serverNotifyRegister(TS3EventType, int) - Static method in class com.github.theholywaffle.teamspeak3.commands.QueryCommands
-
- serverNotifyUnregister() - Static method in class com.github.theholywaffle.teamspeak3.commands.QueryCommands
-
- serverProcessStop(String) - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerCommands
-
- ServerQueryInfo - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- ServerQueryInfo(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.ServerQueryInfo
-
Creates a new ServerQueryInfo from the information present in the provided map.
- serverRequestConnectionInfo() - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- serverSnapshotCreate() - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- serverSnapshotDeploy(String) - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- serverStart(int) - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- serverStop(int, String) - Static method in class com.github.theholywaffle.teamspeak3.commands.VirtualServerCommands
-
- set(V) - Method in class com.github.theholywaffle.teamspeak3.api.CommandFuture
-
Sets the value of this future.
- setClientChannelGroup(int, int, int) - Static method in class com.github.theholywaffle.teamspeak3.commands.ChannelGroupCommands
-
- setClientChannelGroup(int, int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets a channel group for a client in a specific channel.
- setClientChannelGroup(int, int, int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets a channel group for a client in a specific channel.
- setCommandTimeout(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Sets how long the query should wait for any response to a command before disconnecting.
- setConnectionHandler(ConnectionHandler) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Sets the
ConnectionHandler that defines the query's behaviour
when connecting or disconnecting.
- setCustomClientProperties(int, Map<String, String>) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the value of the multiple custom client properties for a client.
- setCustomClientProperties(int, Map<String, String>) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the value of the multiple custom client properties for a client.
- setCustomClientProperty(int, String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the value of the key custom client property for a client.
- setCustomClientProperty(int, String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the value of the key custom client property for a client.
- setEnableCommunicationsLogging(boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Setting this value to true will log the communication between the
query client and the TS3 server at the DEBUG level.
- setFloodRate(TS3Query.FloodRate) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Sets the delay between sending commands.
- setHost(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Sets the hostname or IP address of the TeamSpeak3 server to connect to.
- setLoginCredentials(String, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Authenticates the query with the TeamSpeak3 server using the given login credentials
immediately after connecting.
- setMessageRead(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the read flag to true for a given message.
- setMessageRead(Message) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the read flag to true for a given message.
- setMessageRead(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the read flag to true for a given message.
- setMessageRead(Message) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the read flag to true for a given message.
- setMessageReadFlag(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the read flag for a given message.
- setMessageReadFlag(Message, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the read flag for a given message.
- setMessageReadFlag(int, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the read flag for a given message.
- setMessageReadFlag(Message, boolean) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the read flag for a given message.
- setNickname(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Sets the nickname of the server query client.
- setNickname(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Sets the nickname of the server query client.
- setProtocol(TS3Query.Protocol) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Defines the protocol used to connect to the TeamSpeak3 server.
- setQueryPort(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Sets the query port to use when connecting to the TeamSpeak3 server.
- setReconnectStrategy(ReconnectStrategy) - Method in class com.github.theholywaffle.teamspeak3.TS3Config
-
Sets what strategy the query uses to reconnect after having been disconnected.
- Snapshot - Class in com.github.theholywaffle.teamspeak3.api
-
- Snapshot(String) - Constructor for class com.github.theholywaffle.teamspeak3.api.Snapshot
-
- startServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Starts the virtual server with the specified ID.
- startServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Starts the specified virtual server.
- startServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Starts the virtual server with the specified ID.
- startServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Starts the specified virtual server.
- stopServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the virtual server with the specified ID.
- stopServer(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the virtual server with the specified ID.
- stopServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the specified virtual server.
- stopServer(VirtualServer, String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the specified virtual server.
- stopServer(int) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the virtual server with the specified ID.
- stopServer(int, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the virtual server with the specified ID.
- stopServer(VirtualServer) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the specified virtual server.
- stopServer(VirtualServer, String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the specified virtual server.
- stopServerProcess() - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the entire TeamSpeak 3 Server instance by shutting down the process.
- stopServerProcess(String) - Method in class com.github.theholywaffle.teamspeak3.TS3Api
-
Stops the entire TeamSpeak 3 Server instance by shutting down the process.
- stopServerProcess() - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the entire TeamSpeak 3 Server instance by shutting down the process.
- stopServerProcess(String) - Method in class com.github.theholywaffle.teamspeak3.TS3ApiAsync
-
Stops the entire TeamSpeak 3 Server instance by shutting down the process.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.BPermissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ChannelBannerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ChannelProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ClientProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.Codec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.CodecEncryptionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.event.TS3EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.HostBannerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.HostMessageMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.IPermissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupDatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.PrivilegeKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ReasonIdentifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ServerGroupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.ServerInstanceProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.TextMessageTargetMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.theholywaffle.teamspeak3.TS3Query.Protocol
-
Returns the enum constant of this type with the specified name.
- ValueParam - Class in com.github.theholywaffle.teamspeak3.commands.parameter
-
- ValueParam(String) - Constructor for class com.github.theholywaffle.teamspeak3.commands.parameter.ValueParam
-
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.BPermissionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ChannelBannerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ChannelProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ClientProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.Codec
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.CodecEncryptionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.event.TS3EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.HostBannerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.HostMessageMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.IPermissionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupDatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.PermissionGroupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.PrivilegeKeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ReasonIdentifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ServerGroupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.ServerInstanceProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.TextMessageTargetMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.api.VirtualServerStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.theholywaffle.teamspeak3.TS3Query.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- Version(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.Version
-
- version() - Static method in class com.github.theholywaffle.teamspeak3.commands.ServerCommands
-
- VirtualServer - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- VirtualServer(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServer
-
- VirtualServerCommands - Class in com.github.theholywaffle.teamspeak3.commands
-
- VirtualServerInfo - Class in com.github.theholywaffle.teamspeak3.api.wrapper
-
- VirtualServerInfo(Map<String, String>) - Constructor for class com.github.theholywaffle.teamspeak3.api.wrapper.VirtualServerInfo
-
- VirtualServerProperty - Enum in com.github.theholywaffle.teamspeak3.api
-
- VirtualServerStatus - Enum in com.github.theholywaffle.teamspeak3.api
-