public static class Uri.IPv4Host$
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Uri.IPv4Host$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
IPv4Host$() |
Modifier and Type | Method and Description |
---|---|
Uri.IPv4Host |
apply(byte[] bytes) |
Uri.IPv4Host |
apply(byte[] bytes,
java.lang.String address) |
Uri.IPv4Host |
apply(byte byte1,
byte byte2,
byte byte3,
byte byte4) |
Uri.IPv4Host |
apply(java.lang.String address) |
public static final Uri.IPv4Host$ MODULE$
public Uri.IPv4Host apply(java.lang.String address)
public Uri.IPv4Host apply(byte byte1, byte byte2, byte byte3, byte byte4)
public Uri.IPv4Host apply(byte[] bytes)
public Uri.IPv4Host apply(byte[] bytes, java.lang.String address)