|
DthingApi
|
Public Member Functions | |
| Inet4Address (byte[] addr) | |
| boolean | isAnyLocalAddress () |
| boolean | isLinkLocalAddress () |
| boolean | isLoopbackAddress () |
| boolean | isMCGlobal () |
| boolean | isMCLinkLocal () |
| boolean | isMCNodeLocal () |
| boolean | isMCOrgLocal () |
| boolean | isMCSiteLocal () |
| boolean | isMulticastAddress () |
| boolean | isSiteLocalAddress () |
Public Member Functions inherited from java.net.InetAddress | |
| boolean | equals (Object obj) |
| byte [] | getAddress () |
| int | getAddressToInt () |
| int | getFamily () |
| String | getHostAddress () |
| int | hashCode () |
| String | toString () |
| boolean | isAnyLocalAddress () |
| boolean | isLinkLocalAddress () |
| boolean | isLoopbackAddress () |
| boolean | isMCGlobal () |
| boolean | isMCLinkLocal () |
| boolean | isMCNodeLocal () |
| boolean | isMCOrgLocal () |
| boolean | isMCSiteLocal () |
| boolean | isMulticastAddress () |
| boolean | isSiteLocalAddress () |
Static Public Attributes | |
| static final InetAddress | ANY = new Inet4Address(new byte[] {0, 0, 0, 0}, "0.0.0.0") |
| static final InetAddress | ALL |
| static final InetAddress | LOOPBACK |
Static Public Attributes inherited from java.net.InetAddress | |
| static final InetAddress | UNSPECIFIED |
Additional Inherited Members | |
Static Public Member Functions inherited from java.net.InetAddress | |
| static InetAddress | getLocalHost () throws UnknownHostException |
| static void | clearDnsCache () |
| static InetAddress | getByAddress (byte[] addr) throws UnknownHostException |
| static InetAddress | getByName (String host) throws UnknownHostException |
| static InetAddress | getByAddress (String hostName, byte[] ipAddress) throws UnknownHostException |
Protected Attributes inherited from java.net.InetAddress | |
| byte [] | ipAddress |
| String | hostName |
An IPv4 address. See InetAddress.
|
static |
|
static |
|
static |
1.8.13