akka.io
Class Tcp.SO$

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

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

Scala API: this object contains all applicable socket options for TCP.

For the Java API see TcpSO.


Nested Class Summary
 class Tcp.SO$.KeepAlive
          Inet.SocketOption to enable or disable SO_KEEPALIVE
 class Tcp.SO$.OOBInline
          Inet.SocketOption to enable or disable OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data is silently discarded.
 class Tcp.SO$.TcpNoDelay
          Inet.SocketOption to enable or disable TCP_NODELAY (disable or enable Nagle's algorithm)
 
Constructor Summary
Tcp.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
 

Constructor Detail

Tcp.SO$

public Tcp.SO$()