akka.io
Class SelectionHandler$

java.lang.Object
  extended by akka.io.SelectionHandler$

public class SelectionHandler$
extends java.lang.Object


Field Summary
static SelectionHandler$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SelectionHandler$()
           
 
Method Summary
 SupervisorStrategy connectionSupervisorStrategy()
          Special supervisor strategy for parents of TCP connection and listener actors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final SelectionHandler$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

SelectionHandler$

public SelectionHandler$()
Method Detail

connectionSupervisorStrategy

public final SupervisorStrategy connectionSupervisorStrategy()
Special supervisor strategy for parents of TCP connection and listener actors. Stops the child on all errors and logs DeathPactExceptions only at debug level.

Returns:
(undocumented)