Package akka.io
Interface Inet.SoForwarders
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
akka$io$Inet$SoForwarders$_setter_$ReceiveBufferSize_$eq(akka.io.Inet.SO.ReceiveBufferSize$ x$1)
Inet.SocketOption
to set the SO_RCVBUF optionvoid
akka$io$Inet$SoForwarders$_setter_$ReuseAddress_$eq(akka.io.Inet.SO.ReuseAddress$ x$1)
Inet.SocketOption
to enable or disable SO_REUSEADDRvoid
akka$io$Inet$SoForwarders$_setter_$SendBufferSize_$eq(akka.io.Inet.SO.SendBufferSize$ x$1)
Inet.SocketOption
to set the SO_SNDBUF option.void
akka$io$Inet$SoForwarders$_setter_$TrafficClass_$eq(akka.io.Inet.SO.TrafficClass$ x$1)
Inet.SocketOption
to set the traffic class or type-of-service octet in the IP header for packets sent from this socket.akka.io.Inet.SO.ReceiveBufferSize$
ReceiveBufferSize()
Inet.SocketOption
to set the SO_RCVBUF optionakka.io.Inet.SO.ReuseAddress$
ReuseAddress()
Inet.SocketOption
to enable or disable SO_REUSEADDRakka.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.
-
-
-
Method Detail
-
ReceiveBufferSize
akka.io.Inet.SO.ReceiveBufferSize$ ReceiveBufferSize()
Inet.SocketOption
to set the SO_RCVBUF optionFor more information see
Socket.setReceiveBufferSize(int)
-
ReuseAddress
akka.io.Inet.SO.ReuseAddress$ ReuseAddress()
Inet.SocketOption
to enable or disable SO_REUSEADDRFor more information see
Socket.setReuseAddress(boolean)
-
SendBufferSize
akka.io.Inet.SO.SendBufferSize$ SendBufferSize()
Inet.SocketOption
to set the SO_SNDBUF option.For more information see
Socket.setSendBufferSize(int)
-
TrafficClass
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.For more information see
Socket.setTrafficClass(int)
-
akka$io$Inet$SoForwarders$_setter_$ReceiveBufferSize_$eq
void akka$io$Inet$SoForwarders$_setter_$ReceiveBufferSize_$eq(akka.io.Inet.SO.ReceiveBufferSize$ x$1)
Inet.SocketOption
to set the SO_RCVBUF optionFor more information see
Socket.setReceiveBufferSize(int)
-
akka$io$Inet$SoForwarders$_setter_$ReuseAddress_$eq
void akka$io$Inet$SoForwarders$_setter_$ReuseAddress_$eq(akka.io.Inet.SO.ReuseAddress$ x$1)
Inet.SocketOption
to enable or disable SO_REUSEADDRFor more information see
Socket.setReuseAddress(boolean)
-
akka$io$Inet$SoForwarders$_setter_$SendBufferSize_$eq
void akka$io$Inet$SoForwarders$_setter_$SendBufferSize_$eq(akka.io.Inet.SO.SendBufferSize$ x$1)
Inet.SocketOption
to set the SO_SNDBUF option.For more information see
Socket.setSendBufferSize(int)
-
akka$io$Inet$SoForwarders$_setter_$TrafficClass_$eq
void akka$io$Inet$SoForwarders$_setter_$TrafficClass_$eq(akka.io.Inet.SO.TrafficClass$ x$1)
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)
-
-