org.granite.gravity.udp
Class UdpSharedNIOChannelFactory

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

public class UdpSharedNIOChannelFactory
extends AbstractUdpChannelFactory

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.granite.gravity.udp.AbstractUdpChannelFactory
factory
 
Constructor Summary
UdpSharedNIOChannelFactory(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

UdpSharedNIOChannelFactory

public UdpSharedNIOChannelFactory(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)