public static class Inet.SO$
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
static Inet.SO$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
SO$() |
public static final Inet.SO$ MODULE$