public static class Uri.IPv6Host$
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Uri.IPv6Host$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
IPv6Host$() |
Modifier and Type | Method and Description |
---|---|
Uri.IPv6Host |
apply(byte[] bytes) |
Uri.IPv6Host |
apply(byte[] bytes,
java.lang.String address) |
Uri.IPv6Host |
apply(scala.collection.immutable.Seq<java.lang.Object> bytes) |
Uri.IPv6Host |
apply(java.lang.String bytes,
java.lang.String address) |
public static final Uri.IPv6Host$ MODULE$
public Uri.IPv6Host apply(byte[] bytes)
public Uri.IPv6Host apply(scala.collection.immutable.Seq<java.lang.Object> bytes)
public Uri.IPv6Host apply(java.lang.String bytes, java.lang.String address)
public Uri.IPv6Host apply(byte[] bytes, java.lang.String address)