object Name
- Source
- Forwarded.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Name
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Ipv4(address: Ipv4Address) extends Name with Product with Serializable
- case class Ipv6(address: Ipv6Address) extends Name with Product with Serializable
Value Members
- def ofInet4Address(address: Inet4Address): Name
- def ofInet6Address(address: Inet6Address): Name
- def ofIpv4Address(a: Byte, b: Byte, c: Byte, d: Byte): Name
- def ofIpv6Address(a: Short, b: Short, c: Short, d: Short, e: Short, f: Short, g: Short, h: Short): Name
- object Unknown extends Name with Product with Serializable