- Companion
- class
Value members
Concrete methods
Constructs an IPv6 address from a BigInt
, using the lower 128-bits.
Constructs an IPv6 address from a BigInt
, using the lower 128-bits.
Constructs an IPv6 address from a 16-element byte array.
Returns Some
when array is exactly 16-bytes and None
otherwise.
Constructs an IPv6 address from a 16-element byte array.
Returns Some
when array is exactly 16-bytes and None
otherwise.
Constructs an address from the specified 16 bytes.
Constructs an address from the specified 16 bytes.
Each byte is represented as an Int
to avoid having to manually call .toByte
on each value -- the toByte
call is done inside this function.
Parses an IPv6 address from a string in RFC4291 notation, returning None
if the string is not a valid IPv6 address.
Parses an IPv6 address from a string in RFC4291 notation, returning None
if the string is not a valid IPv6 address.
Concrete fields
Last IP address in the IPv6 source specific multicast range.
Last IP address in the IPv6 source specific multicast range.