IpV6

final case class IpV6(piece1: Char, piece2: Char, piece3: Char, piece4: Char, piece5: Char, piece6: Char, piece7: Char, piece8: Char)(implicit conf: UriConfig) extends Host
Companion:
object
trait Serializable
trait Product
trait Equals
trait Host
class Object
trait Matchable
class Any

Type members

Types

type Self = IpV6

Value members

Concrete methods

def apexDomain: Option[String]
def hexPieces: Vector[String]
def longestSubdomain: Option[String]
def piece1Int: Int
def piece2Int: Int
def piece3Int: Int
def piece4Int: Int
def piece5Int: Int
def piece6Int: Int
def piece7Int: Int
def piece8Int: Int
def publicSuffix: Option[String]
def publicSuffixes: Vector[String]
def shortestSubdomain: Option[String]
def subdomain: Option[String]
def subdomains: Vector[String]
def value: String
def withConfig(config: UriConfig): IpV6

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String
Definition Classes
Host -> Any
Inherited from:
Host
def toStringPunycode: String
Returns:

the domain name in ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490.

Inherited from:
Host

Concrete fields

val pieces: Vector[Char]

Implicits

Implicits

implicit val conf: UriConfig