Package akka.io

Class 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 option
      static 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)

      • 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)