Package akka.io
Class UdpSO
- java.lang.Object
 - 
- akka.io.UdpSO
 
 
- 
public class UdpSO extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description UdpSO() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static akka.io.Udp.SO.Broadcastbroadcast(boolean on)Inet.SocketOptionto set the SO_BROADCAST optionstatic akka.io.Inet.SO.ReceiveBufferSizereceiveBufferSize(int size)static akka.io.Inet.SO.ReuseAddressreuseAddress(boolean on)static akka.io.Inet.SO.SendBufferSizesendBufferSize(int size)static akka.io.Inet.SO.TrafficClasstrafficClass(int tc) 
 - 
 
- 
- 
Method Detail
- 
broadcast
public static akka.io.Udp.SO.Broadcast broadcast(boolean on)
Inet.SocketOptionto set the SO_BROADCAST optionFor more information see
DatagramSocket.setBroadcast(boolean) 
- 
receiveBufferSize
public static akka.io.Inet.SO.ReceiveBufferSize receiveBufferSize(int size)
 
- 
reuseAddress
public static akka.io.Inet.SO.ReuseAddress reuseAddress(boolean on)
 
- 
sendBufferSize
public static akka.io.Inet.SO.SendBufferSize sendBufferSize(int size)
 
- 
trafficClass
public static akka.io.Inet.SO.TrafficClass trafficClass(int tc)
 
 - 
 
 -