akka.io
Class UdpSO$

java.lang.Object
  extended by akka.io.UdpSO$
All Implemented Interfaces:
Inet.SoJavaFactories

public class UdpSO$
extends java.lang.Object
implements Inet.SoJavaFactories


Field Summary
static UdpSO$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
UdpSO$()
           
 
Method Summary
 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.

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)