com.threerings.presents.net
Class UnsubscribeResponse
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.presents.net.Message
com.threerings.presents.net.DownstreamMessage
com.threerings.presents.net.UnsubscribeResponse
- All Implemented Interfaces:
- Streamable
public class UnsubscribeResponse
- extends DownstreamMessage
Used to communicate to the client that we received their unsubscribe
request and that it is now OK to remove an object mapping from their
local object table.
|
Field Summary |
protected int |
_oid
|
|
Constructor Summary |
UnsubscribeResponse()
Zero argument constructor used when unserializing an instance. |
UnsubscribeResponse(int oid)
Constructs an unsubscribe response with the supplied oid. |
_oid
protected int _oid
UnsubscribeResponse
public UnsubscribeResponse()
- Zero argument constructor used when unserializing an instance.
UnsubscribeResponse
public UnsubscribeResponse(int oid)
- Constructs an unsubscribe response with the supplied oid.
getOid
public int getOid()
toString
public String toString()
- Overrides:
toString in class DownstreamMessage