Packages

case object Empty extends Host with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Empty
  2. Serializable
  3. Product
  4. Equals
  5. Host
  6. Host
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def address(): String

    Returns a String representation of the address.

    Returns a String representation of the address.

    Definition Classes
    EmptyHostHost
  2. def equalsIgnoreCase(other: Host): Boolean
    Definition Classes
    EmptyHost
  3. def getInetAddresses(): Iterable[InetAddress]

    Java API

    Java API

    Definition Classes
    HostHost
  4. def inetAddresses: Seq[InetAddress]
    Definition Classes
    EmptyHost
  5. def isEmpty(): Boolean
    Definition Classes
    EmptyHostHost
  6. def isIPv4(): Boolean
    Definition Classes
    HostHost
  7. def isIPv6(): Boolean
    Definition Classes
    HostHost
  8. def isNamedHost(): Boolean
    Definition Classes
    HostHost
  9. def productElementName(n: Int): String
    Definition Classes
    Product
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def toOption: None
    Definition Classes
    EmptyHost
  12. def toString(): String
    Definition Classes
    Host → AnyRef → Any