Packages

object Ipv4Address extends Serializable

Source
Uri.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ipv4Address
  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[Ipv4Address]
  2. def fromBytes(a: Byte, b: Byte, c: Byte, d: Byte): Ipv4Address
  3. def fromInet4Address(address: Inet4Address): Ipv4Address
  4. def fromString(s: String): ParseResult[Ipv4Address]
  5. implicit val http4sInstancesForIpv4Address: HttpCodec[Ipv4Address] with Order[Ipv4Address] with Hash[Ipv4Address] with Show[Ipv4Address]
  6. def unsafeFromString(s: String): Ipv4Address

    Like fromString, but throws on invalid input