akka.actor
Class IO.KeepAlive

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

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

IO.SocketOption to enable or disable SO_KEEPALIVE

For more information see java.net.Socket.setKeepAlive

See Also:
Serialized Form

Constructor Summary
IO.KeepAlive(boolean on)
           
 
Method Summary
 boolean on()
           
 
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.KeepAlive

public IO.KeepAlive(boolean on)
Method Detail

on

public boolean on()