org.http4s.Uri$.Ipv4Address
See theIpv4Address companion object
final case class Ipv4Address(address: Ipv4Address) extends Host, Ordered[Ipv4Address], Serializable
Attributes
- Companion
- object
- Source
- Uri.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait Serializabletrait Ordered[Ipv4Address]trait Comparable[Ipv4Address]trait Hosttrait Renderableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Uri.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Renderable -> Any
- Source
- Uri.scala
Deprecated methods
Attributes
- Deprecated
- true
- Source
- Uri.scala
Inherited methods
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Ordered
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Base method for rendering this object efficiently
Base method for rendering this object efficiently
Attributes
- Definition Classes
-
Host -> Renderable
- Inherited from:
- Host
- Source
- Uri.scala
Generates a String rendering of this object
Generates a String rendering of this object
Attributes
- Inherited from:
- Renderable
- Source
- Renderable.scala
In this article