final case class IPv6Address(bytes: ByteSeqExact16) extends IPAddress with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IPv6Address
- Serializable
- Serializable
- Product
- Equals
- IPAddress
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IPv6Address(bytes: ByteSeqExact16)
Value Members
- val bytes: ByteSeqExact16
-
lazy val
toString: String
- Definition Classes
- IPv6Address → AnyRef → Any
-
def
toUrlHost: String
- Definition Classes
- IPv6Address → IPAddress