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.Broadcast
broadcast(boolean on)
Inet.SocketOption
to set the SO_BROADCAST optionstatic akka.io.Inet.SO.ReceiveBufferSize
receiveBufferSize(int size)
static akka.io.Inet.SO.ReuseAddress
reuseAddress(boolean on)
static akka.io.Inet.SO.SendBufferSize
sendBufferSize(int size)
static akka.io.Inet.SO.TrafficClass
trafficClass(int tc)
-
-
-
Method Detail
-
broadcast
public static akka.io.Udp.SO.Broadcast broadcast(boolean on)
Inet.SocketOption
to 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)
-
-