akka.actor
Class Address$

java.lang.Object
  extended by akka.actor.Address$
All Implemented Interfaces:
java.io.Serializable

public class Address$
extends java.lang.Object
implements scala.Serializable

Returns a String representation formatted as:

@:

See Also:
Serialized Form

Field Summary
static Address$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Address$()
           
 
Method Summary
 Address apply(java.lang.String protocol, java.lang.String system)
          Constructs a new Address with the specified protocol and system name
 Address apply(java.lang.String protocol, java.lang.String system, java.lang.String host, int port)
          Constructs a new Address with the specified protocol, system name, host and port
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Address$

public Address$()
Method Detail

apply

public Address apply(java.lang.String protocol,
                     java.lang.String system)
Constructs a new Address with the specified protocol and system name


apply

public Address apply(java.lang.String protocol,
                     java.lang.String system,
                     java.lang.String host,
                     int port)
Constructs a new Address with the specified protocol, system name, host and port