com.threerings.presents.server
Class ClientLocal

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 byte[] secret
          A shared secret key used for encrypting data.
 
Constructor Summary
ClientLocal()
           
 
Method Summary
 
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

secret

public byte[] secret
A shared secret key used for encrypting data.

Constructor Detail

ClientLocal

public ClientLocal()