goog.net.IpAddress | |
goog.net.Ipv6Address | goog.net.IpAddress |
address
: (string | !goog.math.Integer)
The address to store.
|
No description.
Arguments:
Returns: boolean
true if the IP Addresses are equal.
|
code » | ||
No description.
Returns: number
The IP Address version.
|
code » | ||
No description.
Returns: goog.math.Integer
The IP Address, as an Integer.
|
code » | ||
No description.
Returns: string
The IP Address, as a string.
|
code » | ||
No description.
Returns: string
The IP Address, as an URI string following RFC 3986.
|
code » |
![]()
No description.
|
Code » |
This method is in charge of compressing an expanded IPv6 array of hextets.
|
code » | |
This method will convert an IPv4 to a list of 2 hextets.
For instance, 1.2.3.4 will be converted to ['0102', '0304'].
|
code » | |
This method is in charge of expanding/exploding an IPv6 string from its
compressed form.
|
code » |
The Maximum address possible for IPv6.
|
Code » | |
The maximum value of a hextet.
|
Code » | |
![]()
The Maximum length for a netmask (aka, the number of bits for IPv6).
|
Code » | |
![]()
Regular expression matching all allowed chars for an IPv6.
|
Code » | |
![]()
No description.
|
Code » |