com.threerings.presents.peer.data
Class ClientInfo
java.lang.Object
com.threerings.io.SimpleStreamableObject
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.
|
Field Summary |
Name |
username
The username used by this client to authenticate. |
|
Method Summary |
Comparable<?> |
getKey()
Each entry provide an associated key which is used to determine its uniqueness in the
set. |
username
public Name username
- The username used by this client to authenticate.
ClientInfo
public ClientInfo()
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