public class UdpSO$ extends java.lang.Object implements Inet.SoJavaFactories
| Modifier and Type | Field and Description |
|---|---|
static UdpSO$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
UdpSO$() |
| Modifier and Type | Method and Description |
|---|---|
akka.io.Udp.SO.Broadcast |
broadcast(boolean on)
Inet.SocketOption to set the SO_BROADCAST option |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreceiveBufferSize, reuseAddress, sendBufferSize, trafficClasspublic static final UdpSO$ MODULE$
public akka.io.Udp.SO.Broadcast broadcast(boolean on)
Inet.SocketOption to set the SO_BROADCAST option
For more information see DatagramSocket.setBroadcast(boolean)
on - (undocumented)