com.threerings.presents.server
Class ClientLocal
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.presents.server.ClientLocal
- All Implemented Interfaces:
- Streamable
- Direct Known Subclasses:
- BodyLocal
public class ClientLocal
- extends SimpleStreamableObject
Contains information about a client only tracked on the server. This is configured as a local
attribute on the ClientObject.
Note: this object implements streamable so that it can be cleanly passed between servers in
a peered environment. It is never sent to the client.
|
Field Summary |
byte[] |
secret
A shared secret key used for encrypting data. |
secret
public byte[] secret
- A shared secret key used for encrypting data.
ClientLocal
public ClientLocal()