akka.actor
Class IO.ReceiveBufferSize

java.lang.Object
  extended by akka.actor.IO.ReceiveBufferSize
All Implemented Interfaces:
IO.ServerSocketOption, IO.SocketOption, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
IO

public static class IO.ReceiveBufferSize
extends java.lang.Object
implements IO.SocketOption, IO.ServerSocketOption, scala.Product, scala.Serializable

IO.SocketOption to set the SO_RCVBUF option for this IO.SocketHandle.

For more information see java.net.Socket.setReceiveBufferSize

See Also:
Serialized Form

Constructor Summary
IO.ReceiveBufferSize(int size)
           
 
Method Summary
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

IO.ReceiveBufferSize

public IO.ReceiveBufferSize(int size)
Method Detail

size

public int size()