java.net
Class NetworkInterface
java.lang.Object
java.net.NetworkInterface
public final class NetworkInterface
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getByInetAddress
public static NetworkInterface getByInetAddress(InetAddress var0)
throws SocketException
- Throws:
SocketException
getByName
public static NetworkInterface getByName(String var0)
throws SocketException
- Throws:
SocketException
getDisplayName
public String getDisplayName()
getInetAddresses
public Enumeration getInetAddresses()
getName
public String getName()
getNetworkInterfaces
public static Enumeration getNetworkInterfaces()
throws SocketException
- Throws:
SocketException