com.threerings.presents.peer.data
Class ClientInfo

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.presents.peer.data.ClientInfo
All Implemented Interfaces:
Streamable, DSet.Entry
Direct Known Subclasses:
CrowdClientInfo

public class ClientInfo
extends SimpleStreamableObject
implements DSet.Entry

Contains information on a particular client.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 Name username
          The username used by this client to authenticate.
 
Constructor Summary
ClientInfo()
           
 
Method Summary
 Comparable<?> getKey()
          Each entry provide an associated key which is used to determine its uniqueness in the set.
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

username

public Name username
The username used by this client to authenticate.

Constructor Detail

ClientInfo

public ClientInfo()
Method Detail

getKey

public Comparable<?> getKey()
Description copied from interface: DSet.Entry
Each entry provide an associated key which is used to determine its uniqueness in the set. See the DSet class documentation for further information.

Specified by:
getKey in interface DSet.Entry