com.threerings.presents.net
Class LogoffRequest

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

public class LogoffRequest
extends UpstreamMessage

Requests to end our session with the server.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
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
LogoffRequest()
          Zero argument constructor used when unserializing an instance.
 
Method Summary
 String toString()
           
 
Methods inherited from class com.threerings.presents.net.UpstreamMessage
nextMessageId
 
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

LogoffRequest

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

Method Detail

toString

public String toString()
Overrides:
toString in class UpstreamMessage