Packages

final case class IPv6Host extends NonEmptyHost with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IPv6Host
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NonEmptyHost
  7. Host
  8. Host
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val address: String

    Returns a String representation of the address.

    Returns a String representation of the address.

    Definition Classes
    IPv6HostHostHost
  2. val bytes: Seq[Byte]
  3. def equalsIgnoreCase(other: Host): Boolean
    Definition Classes
    IPv6HostHost
  4. def getInetAddresses(): Iterable[InetAddress]

    Java API

    Java API

    Definition Classes
    HostHost
  5. def inetAddresses: Seq[InetAddress]
    Definition Classes
    IPv6HostHost
  6. def isEmpty(): Boolean
    Definition Classes
    NonEmptyHostHostHost
  7. def isIPv4(): Boolean
    Definition Classes
    HostHost
  8. def isIPv6(): Boolean
    Definition Classes
    IPv6HostHostHost
  9. def isNamedHost(): Boolean
    Definition Classes
    HostHost
  10. def toOption: Some[NonEmptyHost]
    Definition Classes
    NonEmptyHostHost
  11. def toString(): String
    Definition Classes
    Host → AnyRef → Any