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


Constructor Summary
UdpSO()
           
 
Method Summary
static 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
 

Constructor Detail

UdpSO

public UdpSO()
Method Detail

broadcast

public static akka.io.Udp.SO.Broadcast broadcast(boolean on)
Inet.SocketOption to set the SO_BROADCAST option

For more information see DatagramSocket.setBroadcast(boolean)