Package akka.io

Class 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 akka.io.Udp.SO.Broadcast broadcast​(boolean on)
        Inet.SocketOption to set the SO_BROADCAST option

        For more information see DatagramSocket.setBroadcast(boolean)