Packages

final case class IPv6Host extends NonEmptyHost with Product with Serializable

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

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 productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def toOption: Some[NonEmptyHost]
    Definition Classes
    NonEmptyHostHost
  12. def toString(): String
    Definition Classes
    Host → AnyRef → Any