Package oshi.hardware
Interface Networks
- All Known Implementing Classes:
AbstractNetworks,FreeBsdNetworks,LinuxNetworks,MacNetworks,SolarisNetworks,WindowsNetworks
public interface Networks
Networks refers to network interfaces installed in the machine.
-
Method Summary
Modifier and Type Method Description NetworkIF[]getNetworks()Get network interfaces on this machine
-
Method Details
-
getNetworks
NetworkIF[] getNetworks()Get network interfaces on this machine- Returns:
- Array of
NetworkIFobjects
-