akka.remote
Class Remoting$

java.lang.Object
  extended by akka.remote.Remoting$

public class Remoting$
extends java.lang.Object

INTERNAL API


Field Summary
static Remoting$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Remoting$()
           
 
Method Summary
 java.lang.String EndpointManagerName()
           
 Address localAddressForRemote(scala.collection.immutable.Map<java.lang.String,scala.collection.immutable.Set<scala.Tuple2<AkkaProtocolTransport,Address>>> transportMapping, Address remote)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Remoting$

public Remoting$()
Method Detail

EndpointManagerName

public final java.lang.String EndpointManagerName()

localAddressForRemote

public Address localAddressForRemote(scala.collection.immutable.Map<java.lang.String,scala.collection.immutable.Set<scala.Tuple2<AkkaProtocolTransport,Address>>> transportMapping,
                                     Address remote)