akka.io
Class Udp.SO$

java.lang.Object
  extended by akka.io.Udp.SO$
All Implemented Interfaces:
Inet.SoForwarders
Enclosing class:
Udp

public static class Udp.SO$
extends java.lang.Object
implements Inet.SoForwarders

Scala API: This object provides access to all socket options applicable to UDP sockets.

For the Java API see UdpSO.


Nested Class Summary
 class Udp.SO$.Broadcast
          Inet.SocketOption to set the SO_BROADCAST option
 
Field Summary
static Udp.SO$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Udp.SO$()
           
 
Method Summary
 
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.SoForwarders
ReceiveBufferSize, ReuseAddress, SendBufferSize, TrafficClass
 

Field Detail

MODULE$

public static final Udp.SO$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Udp.SO$

public Udp.SO$()