public class UdpSO extends java.lang.Object implements Inet.SoJavaFactories
Constructor and Description |
---|
UdpSO() |
Modifier and Type | Method and Description |
---|---|
static 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, wait
receiveBufferSize, reuseAddress, sendBufferSize, trafficClass
public static akka.io.Udp.SO.Broadcast broadcast(boolean on)
Inet.SocketOption
to set the SO_BROADCAST option
For more information see DatagramSocket.setBroadcast(boolean)