com.threerings.presents.net
Class ThrottleUpdatedMessage

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.net.ThrottleUpdatedMessage
All Implemented Interfaces:
Streamable

public class ThrottleUpdatedMessage
extends UpstreamMessage

Notifies the server that the client has received its UpdateThrottleMessage.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 int messagesPerSec
          The number of messages allowed per second.
 
Fields inherited from class com.threerings.presents.net.UpstreamMessage
_nextMessageId, messageId
 
Fields inherited from class com.threerings.presents.net.Message
received
 
Constructor Summary
ThrottleUpdatedMessage()
          Zero argument constructor used when unserializing an instance.
ThrottleUpdatedMessage(int messagesPerSec)
           
 
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
 

Field Detail

messagesPerSec

public final int messagesPerSec
The number of messages allowed per second.

Constructor Detail

ThrottleUpdatedMessage

public ThrottleUpdatedMessage()
Zero argument constructor used when unserializing an instance.


ThrottleUpdatedMessage

public ThrottleUpdatedMessage(int messagesPerSec)