akka.actor
Class ActorPathExtractor

java.lang.Object
  extended by akka.actor.ActorPathExtractor
All Implemented Interfaces:
PathUtils

public class ActorPathExtractor
extends java.lang.Object
implements PathUtils

Given an ActorPath it returns the Address and the path elements if the path is well-formed


Constructor Summary
ActorPathExtractor()
           
 
Method Summary
static scala.Option<scala.Tuple2<Address,scala.collection.immutable.Iterable<java.lang.String>>> unapply(java.lang.String addr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.PathUtils
split
 

Constructor Detail

ActorPathExtractor

public ActorPathExtractor()
Method Detail

unapply

public static scala.Option<scala.Tuple2<Address,scala.collection.immutable.Iterable<java.lang.String>>> unapply(java.lang.String addr)