object Ipv4Address extends Serializable
- Source
- Uri.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ipv4Address
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def fromByteArray(bytes: Array[Byte]): ParseResult[Ipv4Address]
- def fromBytes(a: Byte, b: Byte, c: Byte, d: Byte): Ipv4Address
- def fromInet4Address(address: Inet4Address): Ipv4Address
- def fromString(s: String): ParseResult[Ipv4Address]
- implicit val http4sInstancesForIpv4Address: HttpCodec[Ipv4Address] with Order[Ipv4Address] with Hash[Ipv4Address] with Show[Ipv4Address]
-
def
unsafeFromString(s: String): Ipv4Address
Like
fromString
, but throws on invalid input