| Package | Description |
|---|---|
| com.threerings.crowd.peer.data | |
| com.threerings.presents.peer.data | |
| com.threerings.presents.peer.server |
| Modifier and Type | Class and Description |
|---|---|
class |
CrowdClientInfo
Extends the standard
ClientInfo with Crowd bits. |
| Modifier and Type | Field and Description |
|---|---|
DSet<ClientInfo> |
NodeObject.clients
Contains information on all clients connected to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeObject.addToClients(ClientInfo elem)
Requests that the specified entry be added to the
clients set. |
void |
NodeObject.updateClients(ClientInfo elem)
Requests that the specified entry be updated in the
clients set. |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeObject.setClients(DSet<ClientInfo> value)
Requests that the
clients field be set to the
specified value. |
| Modifier and Type | Method and Description |
|---|---|
ClientInfo |
PeerManager.locateClient(Name key)
Locates the client with the specified name.
|
Copyright © 2015. All rights reserved.