akka.actor
Class IOManager.Settings

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

public static class IOManager.Settings
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
IOManager.Settings(int readBufferSize, int selectInterval, int defaultBacklog)
           
 
Method Summary
 int defaultBacklog()
           
 int readBufferSize()
           
 int selectInterval()
           
 
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

IOManager.Settings

public IOManager.Settings(int readBufferSize,
                          int selectInterval,
                          int defaultBacklog)
Method Detail

readBufferSize

public int readBufferSize()

selectInterval

public int selectInterval()

defaultBacklog

public int defaultBacklog()