com.threerings.presents.server
Class PresentsSession.UnsubscribeDispatcher
java.lang.Object
com.threerings.presents.server.PresentsSession.UnsubscribeDispatcher
- All Implemented Interfaces:
- PresentsSession.MessageDispatcher
- Enclosing class:
- PresentsSession
protected static class PresentsSession.UnsubscribeDispatcher
- extends Object
- implements PresentsSession.MessageDispatcher
Processes unsubscribe requests.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PresentsSession.UnsubscribeDispatcher
protected PresentsSession.UnsubscribeDispatcher()
dispatch
public void dispatch(PresentsSession client,
Message msg)
- Description copied from interface:
PresentsSession.MessageDispatcher
- Dispatch the supplied message for the specified client.
- Specified by:
dispatch in interface PresentsSession.MessageDispatcher