|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.io.SelectionHandler.SelectorBasedManager
public abstract static class SelectionHandler.SelectorBasedManager
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 |
---|
public SelectionHandler.SelectorBasedManager(SelectionHandlerSettings selectorSettings, int nrOfSelectors)
Method Detail |
---|
public SupervisorStrategy supervisorStrategy()
Actor
supervisorStrategy
in interface Actor
public ActorRef selectorPool()
public final scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> workerForCommandHandler(scala.PartialFunction<SelectionHandler.HasFailureMessage,scala.Function1<ChannelRegistry,Props>> pf)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |