com.threerings.presents.net
Class BootstrapData
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.presents.net.BootstrapData
- All Implemented Interfaces:
- Streamable
- Direct Known Subclasses:
- PeerBootstrapData
public class BootstrapData
- extends SimpleStreamableObject
A BootstrapData object is communicated back to the client after authentication has
succeeded and after the server is fully prepared to deal with the client. It contains
information the client will need to interact with the server.
connectionId
public int connectionId
- The unique id of the client's connection (used to address datagrams).
clientOid
public int clientOid
- The oid of this client's associated distributed object.
services
public List<InvocationMarshaller> services
- A list of handles to invocation services.
BootstrapData
public BootstrapData()