Package org.apache.pekko.io
Class UdpSO$
java.lang.Object
org.apache.pekko.io.UdpSO$
- All Implemented Interfaces:
Inet.SoJavaFactories
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.io.Udp.SO.Broadcastbroadcast(boolean on) pekko.io.Inet.SocketOptionto set the SO_BROADCAST optionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.io.Inet.SoJavaFactories
receiveBufferSize, reuseAddress, sendBufferSize, trafficClass
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
UdpSO$
public UdpSO$()
-
-
Method Details
-
broadcast
public org.apache.pekko.io.Udp.SO.Broadcast broadcast(boolean on) pekko.io.Inet.SocketOptionto set the SO_BROADCAST optionFor more information see
DatagramSocket.setBroadcast(boolean)
-