akka.zeromq
Class SendBufferSize

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

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

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

This is a ZeroMQ 2.x only option

param: value

See Also:
Serialized Form

Constructor Summary
SendBufferSize(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

SendBufferSize

public SendBufferSize(long value)
Method Detail

value

public long value()