com.threerings.presents.client
Class BlockingCommunicator.TerminationMessage

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.presents.net.Message
          extended by com.threerings.presents.net.UpstreamMessage
              extended by com.threerings.presents.client.BlockingCommunicator.TerminationMessage
All Implemented Interfaces:
Streamable
Enclosing class:
BlockingCommunicator

protected static class BlockingCommunicator.TerminationMessage
extends UpstreamMessage

This is used to terminate the writer threads.


Field Summary
 
Fields inherited from class com.threerings.presents.net.UpstreamMessage
_nextMessageId, messageId
 
Fields inherited from class com.threerings.presents.net.Message
received
 
Constructor Summary
protected BlockingCommunicator.TerminationMessage()
           
 
Method Summary
 
Methods inherited from class com.threerings.presents.net.UpstreamMessage
nextMessageId, 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
 

Constructor Detail

BlockingCommunicator.TerminationMessage

protected BlockingCommunicator.TerminationMessage()