case object Empty extends Host with Product with Serializable
- Source
- Uri.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Empty
- Serializable
- Product
- Equals
- Host
- Host
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def address(): String
Returns a String representation of the address.
- def equalsIgnoreCase(other: Host): Boolean
- def getInetAddresses(): Iterable[InetAddress]
Java API
- def inetAddresses: Seq[InetAddress]
- def isEmpty(): Boolean
- def isIPv4(): Boolean
- def isIPv6(): Boolean
- def isNamedHost(): Boolean
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toOption: None
- def toString(): String
- Definition Classes
- Host → AnyRef → Any