com.threerings.presents.net
Class BootstrapNotification
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.presents.net.Message
com.threerings.presents.net.DownstreamMessage
com.threerings.presents.net.BootstrapNotification
- All Implemented Interfaces:
- Streamable
public class BootstrapNotification
- extends DownstreamMessage
A bootstrap notification is delivered to the client once the server has
fully initialized itself in preparation for dealing with this client.
The authentication process completes very early and further information
need be communicated to the client so that it can fully interact with
the server. This information is communicated via the bootstrap
notification.
_data
protected BootstrapData _data
- The data associated with this notification.
BootstrapNotification
public BootstrapNotification()
- Zero argument constructor used when unserializing an instance.
BootstrapNotification
public BootstrapNotification(BootstrapData data)
- Constructs an bootstrap notification with the supplied data.
getData
public BootstrapData getData()
toString
public String toString()
- Overrides:
toString in class DownstreamMessage