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 () |
![]() | |
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 final InetAddress | UNSPECIFIED |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
byte [] | ipAddress |
String | hostName |
An IPv4 address. See InetAddress.
|
static |
|
static |
|
static |