akka.io
Class Inet.SO$.SendBufferSize

java.lang.Object
  extended by akka.io.Inet.SO$.SendBufferSize
All Implemented Interfaces:
Inet.SocketOption, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Inet.SO$

public class Inet.SO$.SendBufferSize
extends java.lang.Object
implements Inet.SocketOption, scala.Product, scala.Serializable

Inet.SocketOption to set the SO_SNDBUF option.

For more information see java.net.Socket.setSendBufferSize

See Also:
Serialized Form

Constructor Summary
Inet.SO$.SendBufferSize(int size)
           
 
Method Summary
 void afterConnect(java.net.Socket s)
          Action to be taken for this option after connect returned (i.e.
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.Inet.SocketOption
beforeConnect, beforeDatagramBind, beforeServerSocketBind
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Inet.SO$.SendBufferSize

public Inet.SO$.SendBufferSize(int size)
Method Detail

size

public int size()

afterConnect

public void afterConnect(java.net.Socket s)
Description copied from interface: Inet.SocketOption
Action to be taken for this option after connect returned (i.e. on the slave socket for servers).

Specified by:
afterConnect in interface Inet.SocketOption