akka.io
Class SelectionHandler.SelectorBasedManager

java.lang.Object
  extended by akka.io.SelectionHandler.SelectorBasedManager
All Implemented Interfaces:
Actor
Direct Known Subclasses:
TcpManager, UdpConnectedManager, UdpManager
Enclosing class:
SelectionHandler

public abstract static class SelectionHandler.SelectorBasedManager
extends java.lang.Object
implements Actor


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
SelectionHandler.SelectorBasedManager(SelectionHandlerSettings selectorSettings, int nrOfSelectors)
           
 
Method Summary
 ActorRef selectorPool()
           
 SupervisorStrategy supervisorStrategy()
          User overridable definition the strategy to use for supervising child actors.
 scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> workerForCommandHandler(scala.PartialFunction<SelectionHandler.HasFailureMessage,scala.Function1<ChannelRegistry,Props>> pf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, receive, self, sender, unhandled
 

Constructor Detail

SelectionHandler.SelectorBasedManager

public SelectionHandler.SelectorBasedManager(SelectionHandlerSettings selectorSettings,
                                             int nrOfSelectors)
Method Detail

supervisorStrategy

public SupervisorStrategy supervisorStrategy()
Description copied from interface: Actor
User overridable definition the strategy to use for supervising child actors.

Specified by:
supervisorStrategy in interface Actor
Returns:
(undocumented)

selectorPool

public ActorRef selectorPool()

workerForCommandHandler

public final scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> workerForCommandHandler(scala.PartialFunction<SelectionHandler.HasFailureMessage,scala.Function1<ChannelRegistry,Props>> pf)