java.net
Class NetworkInterface

java.lang.Object
  extended by java.net.NetworkInterface

public final class NetworkInterface
extends Object


Method Summary
static NetworkInterface getByInetAddress(InetAddress var0)
           
static NetworkInterface getByName(String var0)
           
 String getDisplayName()
           
 Enumeration getInetAddresses()
           
 String getName()
           
static Enumeration getNetworkInterfaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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