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, toOptiongetInetAddresses, isIPv4, isIPv6, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic java.lang.String address()
Hostpublic boolean equalsIgnoreCase(Uri.Host other)
equalsIgnoreCase in class Uri.Hostpublic boolean isNamedHost()
isNamedHost in class Uri.Hostpublic scala.collection.immutable.List<java.net.InetAddress> inetAddresses()
inetAddresses in class Uri.Host