Packages

object IPv6

Annotations
@deprecated
Deprecated

(Since version 0.21.0-M2) Renamed to Ipv6Address, modeled as case class of bytes

Source
Uri.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IPv6
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Deprecated Value Members

  1. def apply(ciString: CaseInsensitiveString): ParseResult[Ipv6Address]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Use Ipv6Address.fromString(ciString.value)