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