Packages

object Name

Source
Forwarded.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Name
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Ipv4(address: Ipv4Address) extends Name with Product with Serializable
  2. case class Ipv6(address: Ipv6Address) extends Name with Product with Serializable

Value Members

  1. def ofInet4Address(address: Inet4Address): Name
  2. def ofInet6Address(address: Inet6Address): Name
  3. def ofIpv4Address(a: Byte, b: Byte, c: Byte, d: Byte): Name
  4. def ofIpv6Address(a: Short, b: Short, c: Short, d: Short, e: Short, f: Short, g: Short, h: Short): Name
  5. object Unknown extends Name with Product with Serializable