com.threerings.presents.server
Class PresentsSession.PingDispatcher
java.lang.Object
com.threerings.presents.server.PresentsSession.PingDispatcher
- All Implemented Interfaces:
- PresentsSession.MessageDispatcher
- Enclosing class:
- PresentsSession
protected static class PresentsSession.PingDispatcher
- extends Object
- implements PresentsSession.MessageDispatcher
Processes ping requests.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PresentsSession.PingDispatcher
protected PresentsSession.PingDispatcher()
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