akka.remote.transport
Class ThrottlerManager

java.lang.Object
  extended by akka.remote.transport.ActorTransportAdapterManager
      extended by akka.remote.transport.ThrottlerManager
All Implemented Interfaces:
Actor, RequiresMessageQueue<UnboundedMessageQueueSemantics>

public class ThrottlerManager
extends ActorTransportAdapterManager

INTERNAL API


Nested Class Summary
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$
 
Constructor Summary
ThrottlerManager(Transport wrappedTransport)
           
 
Method Summary
 scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()
           
 
Methods inherited from class akka.remote.transport.ActorTransportAdapterManager
associationListener, localAddress, nextId, receive
 
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, self, sender, supervisorStrategy, unhandled
 

Constructor Detail

ThrottlerManager

public ThrottlerManager(Transport wrappedTransport)
Method Detail

ready

public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()
Specified by:
ready in class ActorTransportAdapterManager