Class UdpSO$

java.lang.Object
org.apache.pekko.io.UdpSO$
All Implemented Interfaces:
Inet.SoJavaFactories

public class UdpSO$ extends Object implements Inet.SoJavaFactories
  • Field Details

    • MODULE$

      public static final UdpSO$ 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.SocketOption to set the SO_BROADCAST option

      For more information see DatagramSocket.setBroadcast(boolean)