Package akka.remote.transport
Class ThrottlerManager
- java.lang.Object
-
- akka.remote.transport.ActorTransportAdapterManager
-
- akka.remote.transport.ThrottlerManager
-
- All Implemented Interfaces:
Actor
,ActorLogging
,RequiresMessageQueue<UnboundedMessageQueueSemantics>
public class ThrottlerManager extends ActorTransportAdapterManager implements ActorLogging
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThrottlerManager.AssociateResult
static class
ThrottlerManager.AssociateResult$
static class
ThrottlerManager.Checkin
static class
ThrottlerManager.Checkin$
static class
ThrottlerManager.Handle
static class
ThrottlerManager.Handle$
static class
ThrottlerManager.Listener
static class
ThrottlerManager.Listener$
static class
ThrottlerManager.ListenerAndMode
static class
ThrottlerManager.ListenerAndMode$
-
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$
-
-
Constructor Summary
Constructors Constructor Description ThrottlerManager(Transport wrappedTransport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>
ready()
-
Methods inherited from class akka.remote.transport.ActorTransportAdapterManager
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, associationListener, associationListener_$eq, context, localAddress, localAddress_$eq, nextId, receive, self
-
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, postRestart, postStop, preRestart, preStart, sender, supervisorStrategy, unhandled
-
Methods inherited from interface akka.actor.ActorLogging
_log_$eq, log
-
-
-
-
Constructor Detail
-
ThrottlerManager
public ThrottlerManager(Transport wrappedTransport)
-
-
Method Detail
-
ready
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()
- Specified by:
ready
in classActorTransportAdapterManager
-
-