Packages

object Ipv6Address extends Serializable

Source
Uri.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ipv6Address
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def fromByteArray(bytes: Array[Byte]): ParseResult[Ipv6Address]
  2. def fromInet6Address(address: Inet6Address): Ipv6Address
  3. def fromShorts(a: Short, b: Short, c: Short, d: Short, e: Short, f: Short, g: Short, h: Short): Ipv6Address
  4. def fromString(s: String): ParseResult[Ipv6Address]
  5. implicit val http4sInstancesForIpv6Address: HttpCodec[Ipv6Address] with Order[Ipv6Address] with Hash[Ipv6Address] with Show[Ipv6Address]
  6. def unsafeFromString(s: String): Ipv6Address

    Like fromString, but throws on invalid input