akka.actor
Class IO.SoLinger

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

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

IO.SocketOption to enable or disable SO_LINGER with the specified linger time in seconds.

For more information see java.net.Socket.setSoLinger

See Also:
Serialized Form

Constructor Summary
IO.SoLinger(scala.Option<java.lang.Object> linger)
           
 
Method Summary
 scala.Option<java.lang.Object> linger()
           
 
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.SoLinger

public IO.SoLinger(scala.Option<java.lang.Object> linger)
Method Detail

linger

public scala.Option<java.lang.Object> linger()