public abstract class AbstractUdpChannelFactory extends Object implements UdpChannelFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.granite.gravity.udp.UdpReceiverFactory |
factory |
| Constructor and Description |
|---|
AbstractUdpChannelFactory(org.granite.gravity.udp.UdpReceiverFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewUdpChannelpublic AbstractUdpChannelFactory(org.granite.gravity.udp.UdpReceiverFactory factory)
public void start()
start in interface UdpChannelFactorypublic void stop()
stop in interface UdpChannelFactory