Ipv4Address

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 Product
trait Equals
trait Serializable
trait Host
trait Renderable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(that: Ipv4Address): Int

Attributes

Definition Classes
Source
Uri.scala

Attributes

Source
Uri.scala
override def toString: String

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
def value: String

Attributes

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
override def render(writer: Writer): Writer

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Definition Classes
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

Attributes

Inherited from:
Host
Source
Uri.scala