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$() |
Modifier and Type | Method and Description |
---|---|
akka.io.Inet.SO.ReceiveBufferSize$ |
ReceiveBufferSize()
Inet.SocketOption to set the SO_RCVBUF option |
akka.io.Inet.SO.ReuseAddress$ |
ReuseAddress()
Inet.SocketOption to enable or disable SO_REUSEADDR |
akka.io.Inet.SO.SendBufferSize$ |
SendBufferSize()
Inet.SocketOption to set the SO_SNDBUF option. |
akka.io.Inet.SO.TrafficClass$ |
TrafficClass()
Inet.SocketOption to set the traffic class or
type-of-service octet in the IP header for packets sent from this
socket. |
public static final Tcp.SO$ MODULE$
public akka.io.Inet.SO.ReceiveBufferSize$ ReceiveBufferSize()
Inet.SoForwarders
Inet.SocketOption
to set the SO_RCVBUF option
For more information see Socket.setReceiveBufferSize(int)
ReceiveBufferSize
in interface Inet.SoForwarders
public akka.io.Inet.SO.ReuseAddress$ ReuseAddress()
Inet.SoForwarders
Inet.SocketOption
to enable or disable SO_REUSEADDR
For more information see Socket.setReuseAddress(boolean)
ReuseAddress
in interface Inet.SoForwarders
public akka.io.Inet.SO.SendBufferSize$ SendBufferSize()
Inet.SoForwarders
Inet.SocketOption
to set the SO_SNDBUF option.
For more information see Socket.setSendBufferSize(int)
SendBufferSize
in interface Inet.SoForwarders
public akka.io.Inet.SO.TrafficClass$ TrafficClass()
Inet.SoForwarders
Inet.SocketOption
to set the traffic class or
type-of-service octet in the IP header for packets sent from this
socket.
For more information see Socket.setTrafficClass(int)
TrafficClass
in interface Inet.SoForwarders