| isAnyLocalAddress |
(String address) |
yoix.net |
| |
Returns
1
if
address
is the wildcard address and
0
otherwise.
address
should be an IP address or name that can be resolved by DNS.
The wildcard address is a special address (all zeros) that is only used when a
DatagramSocket,
MulticastSocket,
or
ServerSocket
is bound to any of the machine's local addresses.
| |
| Return: |
int
| | |
| See Also: |
getAddress,
getAllByName,
getHostAddress,
getHostName,
getInterfaceAddress,
getInterfaceAddresses,
isLinkLocalAddress,
isLoopbackAddress,
isMCGlobal,
isMCLinkLocal,
isMCNodeLocal,
isMCOrgLocal,
isMCSiteLocal,
isMulticastAddress,
isReachable,
isSiteLocalAddress
|
|
Yoix is a registered trademark of AT&T Inc.
|