com.threerings.presents.net
Class CompoundDownstreamMessage

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.presents.net.Message
          extended by com.threerings.presents.net.DownstreamMessage
              extended by com.threerings.presents.net.CompoundDownstreamMessage
All Implemented Interfaces:
Streamable

public class CompoundDownstreamMessage
extends DownstreamMessage

Groups messages to be dispatched without triggering the message throttle.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 List<DownstreamMessage> msgs
           
 
Fields inherited from class com.threerings.presents.net.DownstreamMessage
messageId
 
Fields inherited from class com.threerings.presents.net.Message
received
 
Constructor Summary
CompoundDownstreamMessage()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.threerings.presents.net.Message
getTransport, noteActualTransport, setTransport
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

msgs

public List<DownstreamMessage> msgs
Constructor Detail

CompoundDownstreamMessage

public CompoundDownstreamMessage()
Method Detail

toString

public String toString()
Overrides:
toString in class DownstreamMessage