org.granite.gravity.udp
Class UdpSharedIOChannelFactory
java.lang.Object
org.granite.gravity.udp.AbstractUdpChannelFactory
org.granite.gravity.udp.UdpSharedIOChannelFactory
- All Implemented Interfaces:
- UdpChannelFactory
public class UdpSharedIOChannelFactory
- extends AbstractUdpChannelFactory
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UdpSharedIOChannelFactory
public UdpSharedIOChannelFactory(org.granite.gravity.udp.UdpReceiverFactory factory)
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)