|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.actor.Address$
public class Address$
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 |
---|
public static final Address$ MODULE$
Constructor Detail |
---|
public Address$()
Method Detail |
---|
public Address apply(java.lang.String protocol, java.lang.String system)
protocol
- (undocumented)system
- (undocumented)
public Address apply(java.lang.String protocol, java.lang.String system, java.lang.String host, int port)
protocol
- (undocumented)system
- (undocumented)host
- (undocumented)port
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |