public static class Udp.SO$ extends java.lang.Object implements Inet.SoForwarders
For the Java API see UdpSO
.
Modifier and Type | Class and Description |
---|---|
class |
Udp.SO$.Broadcast
Inet.SocketOption to set the SO_BROADCAST option |
Modifier and Type | Field and Description |
---|---|
static Udp.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 Udp.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