Packages

sealed abstract class NonEmptyHost extends Host

Source
Uri.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonEmptyHost
  2. Host
  3. Host
  4. AnyRef
  5. 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

Abstract Value Members

  1. abstract def address(): String

    Returns a String representation of the address.

    Returns a String representation of the address.

    Definition Classes
    HostHost
  2. abstract def equalsIgnoreCase(other: Host): Boolean
    Definition Classes
    Host
  3. abstract def inetAddresses: Seq[InetAddress]
    Definition Classes
    Host

Concrete Value Members

  1. def getInetAddresses(): Iterable[InetAddress]

    Java API

    Java API

    Definition Classes
    HostHost
  2. def isEmpty(): Boolean
    Definition Classes
    NonEmptyHostHostHost
  3. def isIPv4(): Boolean
    Definition Classes
    HostHost
  4. def isIPv6(): Boolean
    Definition Classes
    HostHost
  5. def isNamedHost(): Boolean
    Definition Classes
    HostHost
  6. def toOption: Some[NonEmptyHost]
    Definition Classes
    NonEmptyHostHost
  7. def toString(): String
    Definition Classes
    Host → AnyRef → Any