public static class Spec.DatagramServerSpec<IN,OUT> extends Spec.PeerSpec<IN,OUT,ChannelStream<IN,OUT>,Spec.DatagramServerSpec<IN,OUT>,DatagramServer<IN,OUT>>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Constructor<? extends DatagramServer> |
serverImplCtor |
codec, listenAddress, options| Modifier and Type | Method and Description |
|---|---|
protected DatagramServer<IN,OUT> |
configure(reactor.core.Dispatcher dispatcher,
reactor.Environment environment) |
Spec.DatagramServerSpec<IN,OUT> |
multicastInterface(java.net.NetworkInterface iface)
Set the interface to use for multicast.
|
codec, listen, listen, listen, options, rawDataprotected final java.lang.reflect.Constructor<? extends DatagramServer> serverImplCtor
public Spec.DatagramServerSpec<IN,OUT> multicastInterface(java.net.NetworkInterface iface)
iface - the NetworkInterface to use for multicast.protected DatagramServer<IN,OUT> configure(reactor.core.Dispatcher dispatcher, reactor.Environment environment)
configure in class reactor.bus.spec.DispatcherComponentSpec<Spec.DatagramServerSpec<IN,OUT>,DatagramServer<IN,OUT>>