Packages

sealed abstract class Host extends javadsl.model.Host

Source
Uri.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Host
  2. Host
  3. AnyRef
  4. 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
  3. abstract def inetAddresses: Seq[InetAddress]
  4. abstract def isEmpty(): Boolean
    Definition Classes
    HostHost
  5. abstract def toOption: Option[NonEmptyHost]

Concrete Value Members

  1. def getInetAddresses(): Iterable[InetAddress]

    Java API

    Java API

    Definition Classes
    HostHost
  2. def isIPv4(): Boolean
    Definition Classes
    HostHost
  3. def isIPv6(): Boolean
    Definition Classes
    HostHost
  4. def isNamedHost(): Boolean
    Definition Classes
    HostHost
  5. def toString(): String
    Definition Classes
    Host → AnyRef → Any