akka.zeromq
Class Backlog

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

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

The Backlog option shall set the maximum length of the queue of outstanding peer connections for the specified socket; this only applies to connection-oriented transports. For details refer to your operating system documentation for the listen function.

param: value

See Also:
Serialized Form

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

Backlog

public Backlog(long value)
Method Detail

value

public long value()