|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InetAddress | |
java.lang | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
java.net | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
Uses of InetAddress in java.lang |
Methods in java.lang with parameters of type InetAddress | |
void |
SecurityManager.checkMulticast(InetAddress maddr)
|
void |
SecurityManager.checkMulticast(InetAddress maddr,
byte ttl)
Deprecated. |
Uses of InetAddress in java.net |
Fields in java.net declared as InetAddress | |
(package private) static InetAddress[] |
InetAddress.unknown_array
|
Methods in java.net that return InetAddress | |
(package private) static InetAddress |
InetAddress.anyLocalAddress()
|
static InetAddress |
InetAddress.getLocalHost()
|
static InetAddress |
InetAddress.getByAddress(byte[])
|
static InetAddress |
InetAddress.getByName(String)
|
static InetAddress[] |
InetAddress.getAllByName(String)
|
private static InetAddress[] |
InetAddress.getAllByName0(String)
|
(package private) static InetAddress[] |
InetAddress.getAllByName0(String,
boolean)
|
static InetAddress |
InetAddress.getByAddress(String,
byte[])
|
private static InetAddress |
InetAddress.getByName(String,
InetAddress)
|
private static InetAddress[] |
InetAddress.getAllByName(String,
InetAddress)
|
private static InetAddress[] |
InetAddress.getAllByName0(String,
InetAddress,
boolean)
|
protected InetAddress |
URLStreamHandler.getHostAddress(URL)
|
Methods in java.net with parameters of type InetAddress | |
private static String |
InetAddress.getHostFromNameService(InetAddress,
boolean)
|
private static Object |
InetAddress.getAddressFromNameService(String,
InetAddress)
|
private static InetAddress |
InetAddress.getByName(String,
InetAddress)
|
private static InetAddress[] |
InetAddress.getAllByName(String,
InetAddress)
|
private static InetAddress[] |
InetAddress.getAllByName0(String,
InetAddress,
boolean)
|
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |