org.granite.gravity.udp
Class AbstractUdpChannelFactory

java.lang.Object
  extended by org.granite.gravity.udp.AbstractUdpChannelFactory
All Implemented Interfaces:
UdpChannelFactory
Direct Known Subclasses:
UdpConnectedIOChannelFactory, UdpConnectedNIOChannelFactory, UdpSharedIOChannelFactory, UdpSharedNIOChannelFactory

public abstract class AbstractUdpChannelFactory
extends Object
implements UdpChannelFactory

Author:
Franck WOLFF

Field Summary
protected  org.granite.gravity.udp.UdpReceiverFactory factory
           
 
Constructor Summary
AbstractUdpChannelFactory(org.granite.gravity.udp.UdpReceiverFactory factory)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.granite.gravity.udp.UdpChannelFactory
newUdpChannel
 

Field Detail

factory

protected final org.granite.gravity.udp.UdpReceiverFactory factory
Constructor Detail

AbstractUdpChannelFactory

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

start

public void start()
Specified by:
start in interface UdpChannelFactory

stop

public void stop()
Specified by:
stop in interface UdpChannelFactory