akka.io
Interface Inet.SoForwarders

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

public static interface Inet.SoForwarders


Method Summary
 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.
 

Method Detail

ReceiveBufferSize

akka.io.Inet.SO.ReceiveBufferSize$ ReceiveBufferSize()
Inet.SocketOption to set the SO_RCVBUF option

For more information see java.net.Socket.setReceiveBufferSize


ReuseAddress

akka.io.Inet.SO.ReuseAddress$ ReuseAddress()
Inet.SocketOption to enable or disable SO_REUSEADDR

For more information see java.net.Socket.setReuseAddress


SendBufferSize

akka.io.Inet.SO.SendBufferSize$ SendBufferSize()
Inet.SocketOption to set the SO_SNDBUF option.

For more information see java.net.Socket.setSendBufferSize


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 java.net.Socket.setTrafficClass