Ipv6Address

org.http4s.Uri$.Ipv6Address
See theIpv6Address companion object
final case class Ipv6Address(address: Ipv6Address) extends Host with Ordered[Ipv6Address] with Serializable

Attributes

Companion:
object
Source:
Uri.scala
Graph
Supertypes
trait Product
trait Equals
trait Host
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def compare(that: Ipv6Address): Int

Attributes

Definition Classes
Source:
Uri.scala

Attributes

Source:
Uri.scala

Attributes

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
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
Inherited from:
Renderable
Source:
Renderable.scala