akka.remote.transport
Class AkkaProtocolManager

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

public class AkkaProtocolManager
extends ActorTransportAdapterManager


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
AkkaProtocolManager(Transport wrappedTransport, AkkaProtocolSettings settings)
           
 
Method Summary
 scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()
           
 OneForOneStrategy supervisorStrategy()
          User overridable definition the strategy to use for supervising child actors.
 
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, unhandled
 

Constructor Detail

AkkaProtocolManager

public AkkaProtocolManager(Transport wrappedTransport,
                           AkkaProtocolSettings settings)
Method Detail

supervisorStrategy

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

Returns:
(undocumented)

ready

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