public static class Tcp.SO$ extends java.lang.Object implements Inet.SoForwarders
For the Java API see TcpSO
.
Modifier and Type | Class and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
static Tcp.SO$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SO$() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ReceiveBufferSize, ReuseAddress, SendBufferSize, TrafficClass
public static final Tcp.SO$ MODULE$