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