Class UdpSO$

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static UdpSO$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      UdpSO$()  
    • Field Detail

      • MODULE$

        public static final UdpSO$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • UdpSO$

        public UdpSO$()
    • Method Detail

      • 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)