|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownHostException | |
java.net | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
Uses of UnknownHostException in java.net |
Methods in java.net that throw UnknownHostException | |
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 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 |