Package akka.io
Class UdpSO$
- java.lang.Object
-
- akka.io.UdpSO$
-
- All Implemented Interfaces:
Inet.SoJavaFactories
public class UdpSO$ extends java.lang.Object implements Inet.SoJavaFactories
-
-
Constructor Summary
Constructors Constructor Description UdpSO$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.io.Udp.SO.Broadcast
broadcast(boolean on)
Inet.SocketOption
to set the SO_BROADCAST option-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.io.Inet.SoJavaFactories
receiveBufferSize, reuseAddress, sendBufferSize, trafficClass
-
-
-
-
Field Detail
-
MODULE$
public static final UdpSO$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
broadcast
public akka.io.Udp.SO.Broadcast broadcast(boolean on)
Inet.SocketOption
to set the SO_BROADCAST optionFor more information see
DatagramSocket.setBroadcast(boolean)
-
-