akka.actor
Class IO.Backlog

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

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

IO.ServerSocketOption to set the maximum backlog of connections. 0 or negative means that the platform default will be used. For more information see http://docs.oracle.com/javase/7/docs/api/java/nio/channels/ServerSocketChannel.html#bind(java.net.SocketAddress, int)

See Also:
Serialized Form

Constructor Summary
IO.Backlog(int numberOfConnections)
           
 
Method Summary
 int numberOfConnections()
           
 
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.Backlog

public IO.Backlog(int numberOfConnections)
Method Detail

numberOfConnections

public int numberOfConnections()