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


Field Summary
static ActorPathExtractor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ActorPathExtractor$()
           
 
Method Summary
 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
 

Field Detail

MODULE$

public static final ActorPathExtractor$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ActorPathExtractor$

public ActorPathExtractor$()
Method Detail

unapply

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