|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.io.SimpleStreamableObject
com.threerings.presents.net.Message
com.threerings.presents.net.DownstreamMessage
com.threerings.presents.net.CompoundDownstreamMessage
public class CompoundDownstreamMessage
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 |
|---|
public List<DownstreamMessage> msgs
| Constructor Detail |
|---|
public CompoundDownstreamMessage()
| Method Detail |
|---|
public String toString()
toString in class DownstreamMessage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||