Interface Inet.SoForwarders

All Known Implementing Classes:
Tcp.SO$, Udp.SO$
Enclosing class:
Inet

public static interface Inet.SoForwarders
  • Method Details

    • ReceiveBufferSize

      org.apache.pekko.io.Inet.SO.ReceiveBufferSize$ ReceiveBufferSize()
      pekko.io.Inet.SocketOption to set the SO_RCVBUF option

      For more information see Socket.setReceiveBufferSize(int)

    • ReuseAddress

      org.apache.pekko.io.Inet.SO.ReuseAddress$ ReuseAddress()
      pekko.io.Inet.SocketOption to enable or disable SO_REUSEADDR

      For 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 option

      For 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_REUSEADDR

      For 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)