com.threerings.presents.net
Class DownstreamMessage
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.presents.net.Message
com.threerings.presents.net.DownstreamMessage
- All Implemented Interfaces:
- Streamable
- Direct Known Subclasses:
- AuthResponse, BootstrapNotification, CompoundDownstreamMessage, EventNotification, FailureResponse, ObjectResponse, PongResponse, UnsubscribeResponse, UpdateThrottleMessage
public abstract class DownstreamMessage
- extends Message
This class encapsulates a message in the distributed object protocol that flows from the server
to the client. Downstream messages include object subscription, event forwarding and session
management.
|
Field Summary |
short |
messageId
The message id of the upstream message with which this downstream message is associated (or
-1 if it is not associated with any upstream message). |
messageId
public short messageId
- The message id of the upstream message with which this downstream message is associated (or
-1 if it is not associated with any upstream message).
DownstreamMessage
public DownstreamMessage()
toString
public String toString()
- Overrides:
toString in class SimpleStreamableObject