akka.actor
Class IO.SoTimeout

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

public static class IO.SoTimeout
extends java.lang.Object
implements IO.SocketOption, scala.Product, scala.Serializable

IO.SocketOption to set SO_TIMEOUT to the specified timeout rounded down to the nearest millisecond. A timeout of zero is treated as infinant.

For more information see java.net.Socket.setSoTimeout

See Also:
Serialized Form

Constructor Summary
IO.SoTimeout(scala.concurrent.duration.Duration timeout)
           
 
Method Summary
 scala.concurrent.duration.Duration timeout()
           
 
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.SoTimeout

public IO.SoTimeout(scala.concurrent.duration.Duration timeout)
Method Detail

timeout

public scala.concurrent.duration.Duration timeout()