Class NIC.NICInfo
java.lang.Object
fc.net.NIC.NICInfo
- Enclosing class:
NIC
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
Modifier and TypeMethodDescriptionreturns the name of the interface.returns the MAC address of the interfacetoString()
-
Method Details
-
getInterfaceName
returns the name of the interface. This name may not be the same as the name returned byNetworkInterface.getName()
(especially on windows). -
getMACAddress
returns the MAC address of the interface -
toString
-