akka.zeromq
Class ReceiveBufferSize

java.lang.Object
  extended by akka.zeromq.ReceiveBufferSize
All Implemented Interfaces:
Request, SocketOption, java.io.Serializable, scala.Equals, scala.Product

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

The ReceiveBufferSize option shall set the underlying kernel receive buffer size for the socket to the specified size in bytes. A value of zero means leave the OS default unchanged. For details refer to your operating system documentation for the SO_RCVBUF socket option.

See Also:
Serialized Form

Constructor Summary
ReceiveBufferSize(long value)
           
 
Method Summary
 long value()
           
 
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

ReceiveBufferSize

public ReceiveBufferSize(long value)
Method Detail

value

public long value()