Package org.apache.pekko.io
Interface Inet.SoForwarders
- Enclosing class:
- Inet
public static interface Inet.SoForwarders
-
Method Summary
Modifier and TypeMethodDescriptionvoidorg$apache$pekko$io$Inet$SoForwarders$_setter_$ReceiveBufferSize_$eq(org.apache.pekko.io.Inet.SO.ReceiveBufferSize$ x$1) pekko.io.Inet.SocketOptionto set the SO_RCVBUF optionvoidorg$apache$pekko$io$Inet$SoForwarders$_setter_$ReuseAddress_$eq(org.apache.pekko.io.Inet.SO.ReuseAddress$ x$1) pekko.io.Inet.SocketOptionto enable or disable SO_REUSEADDRvoidorg$apache$pekko$io$Inet$SoForwarders$_setter_$SendBufferSize_$eq(org.apache.pekko.io.Inet.SO.SendBufferSize$ x$1) pekko.io.Inet.SocketOptionto set the SO_SNDBUF option.voidorg$apache$pekko$io$Inet$SoForwarders$_setter_$TrafficClass_$eq(org.apache.pekko.io.Inet.SO.TrafficClass$ x$1) pekko.io.Inet.SocketOptionto 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$pekko.io.Inet.SocketOptionto set the SO_RCVBUF optionorg.apache.pekko.io.Inet.SO.ReuseAddress$pekko.io.Inet.SocketOptionto enable or disable SO_REUSEADDRorg.apache.pekko.io.Inet.SO.SendBufferSize$pekko.io.Inet.SocketOptionto set the SO_SNDBUF option.org.apache.pekko.io.Inet.SO.TrafficClass$pekko.io.Inet.SocketOptionto set the traffic class or type-of-service octet in the IP header for packets sent from this socket.
-
Method Details
-
ReceiveBufferSize
org.apache.pekko.io.Inet.SO.ReceiveBufferSize$ ReceiveBufferSize()pekko.io.Inet.SocketOptionto set the SO_RCVBUF optionFor more information see
Socket.setReceiveBufferSize(int) -
ReuseAddress
org.apache.pekko.io.Inet.SO.ReuseAddress$ ReuseAddress()pekko.io.Inet.SocketOptionto enable or disable SO_REUSEADDRFor more information see
Socket.setReuseAddress(boolean) -
SendBufferSize
org.apache.pekko.io.Inet.SO.SendBufferSize$ SendBufferSize()pekko.io.Inet.SocketOptionto set the SO_SNDBUF option.For more information see
Socket.setSendBufferSize(int) -
TrafficClass
org.apache.pekko.io.Inet.SO.TrafficClass$ TrafficClass()pekko.io.Inet.SocketOptionto 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.SocketOptionto 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.SocketOptionto 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.SocketOptionto 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.SocketOptionto 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)
-