public class Address$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static Address$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Address$() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final Address$ MODULE$
public Address apply(java.lang.String protocol, java.lang.String system)
public Address apply(java.lang.String protocol, java.lang.String system, java.lang.String host, int port)