|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfc.net.NIC.NICInfo
public static class NIC.NICInfo
Contains information about IP addresses and the associated interface names and MAC address. More than one IP address can be associated with the same interface.
Method Summary | |
---|---|
java.lang.String |
getInterfaceName()
returns the name of the interface. |
java.lang.String |
getMACAddress()
returns the MAC address of the interface |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getInterfaceName()
NetworkInterface.getName()
(especially on windows).
public java.lang.String getMACAddress()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |