com.threerings.presents.server
Class PresentsSession.TransmitDatagramsDispatcher

java.lang.Object
  extended by com.threerings.presents.server.PresentsSession.TransmitDatagramsDispatcher
All Implemented Interfaces:
PresentsSession.MessageDispatcher
Enclosing class:
PresentsSession

protected static class PresentsSession.TransmitDatagramsDispatcher
extends Object
implements PresentsSession.MessageDispatcher

Processes datagram transmission requests.


Constructor Summary
protected PresentsSession.TransmitDatagramsDispatcher()
           
 
Method Summary
 void dispatch(PresentsSession client, Message msg)
          Dispatch the supplied message for the specified client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentsSession.TransmitDatagramsDispatcher

protected PresentsSession.TransmitDatagramsDispatcher()
Method Detail

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