Rfc3986AuthorityHostIPv6

Constructors

Link copied to clipboard
constructor(string: String)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
@Transient
val parts: List<UShort>

parts such that the string represents part0:part1:…:part7

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

This is the representation when serializing as part of a URI. Since this is our default use case, we do it this way.