object Ipv6Address extends Serializable
- Source
- Uri.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ipv6Address
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def fromByteArray(bytes: Array[Byte]): ParseResult[Ipv6Address]
- def fromInet6Address(address: Inet6Address): Ipv6Address
- def fromShorts(a: Short, b: Short, c: Short, d: Short, e: Short, f: Short, g: Short, h: Short): Ipv6Address
- def fromString(s: String): ParseResult[Ipv6Address]
- implicit val http4sInstancesForIpv6Address: HttpCodec[Ipv6Address] with Order[Ipv6Address] with Hash[Ipv6Address] with Show[Ipv6Address]
-
def
unsafeFromString(s: String): Ipv6Address
Like
fromString
, but throws on invalid input