Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getAttributes()
Returns a map of attributes associated with this client.
|
Channel |
getChannel()
Returns the channel associated with this client.
|
long |
getConnectTime()
Returns the time in milliseconds since epoch that this client connected
to the channel.
|
String |
getId()
Returns the unique id for this client.
|
int |
hashCode() |
boolean |
isHost()
Returns whether this client is the host.
|
String |
toString() |
public Channel getChannel()
public String getId()
public boolean isHost()
public long getConnectTime()
public Map<String,String> getAttributes()