public static final class Uri.IPv6Host extends Uri.NonEmptyHost implements scala.Product, java.io.Serializable
Constructor and Description |
---|
IPv6Host() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
address()
Returns a String representation of the address.
|
scala.collection.immutable.Seq<java.lang.Object> |
bytes() |
boolean |
equalsIgnoreCase(Uri.Host other) |
scala.collection.immutable.Seq<java.net.InetAddress> |
inetAddresses() |
boolean |
isIPv6() |
isEmpty, toOption
getInetAddresses, isIPv4, isNamedHost, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public scala.collection.immutable.Seq<java.lang.Object> bytes()
public java.lang.String address()
Host
public boolean equalsIgnoreCase(Uri.Host other)
equalsIgnoreCase
in class Uri.Host
public scala.collection.immutable.Seq<java.net.InetAddress> inetAddresses()
inetAddresses
in class Uri.Host