akka.io
Class Inet.SO$

java.lang.Object
  extended by akka.io.Inet.SO$
Enclosing class:
Inet

public static class Inet.SO$
extends java.lang.Object


Nested Class Summary
 class Inet.SO$.ReceiveBufferSize
          Inet.SocketOption to set the SO_RCVBUF option
 class Inet.SO$.ReuseAddress
          Inet.SocketOption to enable or disable SO_REUSEADDR
 class Inet.SO$.SendBufferSize
          Inet.SocketOption to set the SO_SNDBUF option.
 class Inet.SO$.TrafficClass
          Inet.SocketOption to set the traffic class or type-of-service octet in the IP header for packets sent from this socket.
 
Field Summary
static Inet.SO$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Inet.SO$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Inet.SO$

public Inet.SO$()