| isSiteLocalAddress |
(String address) |
yoix.net |
| |
Returns
1
if
address
is a site-local address and
0
otherwise.
address
should be an IP address or name that can be resolved by DNS.
Site-local addresses can be used on private networks and are not sent
over the Internet.
Internet Protocol Version 4 reserves
10.0.0.0
through
10.255.255.255,
172.16.0.0
through
172.31.255.255,
and
192.168.0.0
through
192.168.255.255
for private addresses.
| |
| Return: |
int
| | |
| See Also: |
getAddress,
getAllByName,
getHostAddress,
getHostName,
getInterfaceAddress,
getInterfaceAddresses,
isAnyLocalAddress,
isLinkLocalAddress,
isLoopbackAddress,
isMCGlobal,
isMCLinkLocal,
isMCNodeLocal,
isMCOrgLocal,
isMCSiteLocal,
isMulticastAddress,
isReachable
|
|
Yoix is a registered trademark of AT&T Inc.
|