org.granite.gravity.udp
Class UdpSharedIOChannelFactory

java.lang.Object
  extended by org.granite.gravity.udp.AbstractUdpChannelFactory
      extended by org.granite.gravity.udp.UdpSharedIOChannelFactory
All Implemented Interfaces:
UdpChannelFactory

public class UdpSharedIOChannelFactory
extends AbstractUdpChannelFactory

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.granite.gravity.udp.AbstractUdpChannelFactory
factory
 
Constructor Summary
UdpSharedIOChannelFactory(org.granite.gravity.udp.UdpReceiverFactory factory)
           
 
Method Summary
 UdpChannel newUdpChannel(org.granite.gravity.AbstractChannel gravityChannel, InetSocketAddress address)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdpSharedIOChannelFactory

public UdpSharedIOChannelFactory(org.granite.gravity.udp.UdpReceiverFactory factory)
Method Detail

start

public void start()
Specified by:
start in interface UdpChannelFactory
Overrides:
start in class AbstractUdpChannelFactory

stop

public void stop()
Specified by:
stop in interface UdpChannelFactory
Overrides:
stop in class AbstractUdpChannelFactory

newUdpChannel

public UdpChannel newUdpChannel(org.granite.gravity.AbstractChannel gravityChannel,
                                InetSocketAddress address)