java.net
public final class NetworkInterface extends Object
Modifier and Type | Method and Description |
---|---|
static NetworkInterface |
getByInetAddress(InetAddress var0) |
static NetworkInterface |
getByName(String var0) |
String |
getDisplayName() |
Enumeration |
getInetAddresses() |
String |
getName() |
static Enumeration |
getNetworkInterfaces() |
public static NetworkInterface getByInetAddress(InetAddress var0) throws SocketException
SocketException
public static NetworkInterface getByName(String var0) throws SocketException
SocketException
public String getDisplayName()
public Enumeration getInetAddresses()
public String getName()
public static Enumeration getNetworkInterfaces() throws SocketException
SocketException