public class ClientInfo extends Client
| Constructor and Description |
|---|
ClientInfo(int clientId,
Map<String,String> map) |
canTalk, getAwayMessage, getBadgeGUIDs, getChannelGroupId, getChannelId, getClientURI, getCountry, getCreatedDate, getDatabaseId, getEstimatedLocation, getIconId, getIdleTime, getInheritedChannelGroupId, getIp, getLastConnectedDate, getNickname, getPlatform, getServerGroups, getTalkPower, getType, getUniqueIdentifier, getVersion, hasOverwolf, isAway, isChannelCommander, isInputHardware, isInputMuted, isInServerGroup, isInServerGroup, isOutputHardware, isOutputMuted, isPrioritySpeaker, isRecording, isRegularClient, isServerQueryClientpublic ClientInfo(int clientId, Map<String,String> map)
public long getBandwidthReceivedLastMinute()
public long getBandwidthReceivedLastSecond()
public long getBandwidthSentlastMinute()
public long getBandwidthSentLastSecond()
public String getBase64ClientUId()
public int getDefaultChannel()
public String getDefaultToken()
public String getDescription()
public long getFiletransferBandwidthReceived()
public long getFiletransferBandwidthSent()
public String getLoginName()
public String getMetaData()
public long getMonthlyBytesDownloaded()
public long getMonthlyBytesUploaded()
public String getMyTeamSpeakId()
public int getNeededServerQueryViewPower()
public String getPhoneticNickname()
public Date getTalkRequestCreatedDate()
public String getTalkRequestMessage()
public long getTimeConnected()
public long getTotalBytesDownloaded()
public long getTotalBytesReceived()
public long getTotalBytesSent()
public long getTotalBytesUploaded()
public int getTotalConnections()
public long getTotalPacketsReceived()
public long getTotalPacketsSent()
public int getUnreadMessages()
public boolean isOutputOnlyMuted()
public boolean isRequestingToTalk()
Released under the MIT license.