Uses of Interface
oshi.hardware.NetworkIF
| Package | Description |
|---|---|
| oshi.hardware |
[oshi-core API] Provides cross-platform implementation to retrieve hardware
information such as CPU, Memory, Display, Disks, Network Interfaces, Power
Sources, Sensors, and USB Devices
|
| oshi.hardware.common |
Provides abstract classes for common code
|
| oshi.hardware.platform.linux |
Provides information about hardware such as Memory, Power Sources, and
Processor on Linux systems
|
| oshi.hardware.platform.mac |
Provides information about hardware such as Memory, Power Sources, and
Processor on Mac systems
|
| oshi.hardware.platform.unix.aix |
Provides information about hardware such as Memory, Power Sources, and
Processor on AIX systems
|
| oshi.hardware.platform.unix.freebsd |
Provides information about hardware such as Memory, Power Sources, and
Processor on FreeBSD systems
|
| oshi.hardware.platform.unix.solaris |
Provides information about hardware such as Memory, Power Sources, and
Processor on Solaris systems
|
| oshi.hardware.platform.windows |
Provides information about hardware such as Memory, Power Sources, and
Processor on Windows systems
|
-
Uses of NetworkIF in oshi.hardware
Methods in oshi.hardware that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>HardwareAbstractionLayer. getNetworkIFs()Gets a list ofNetworkIFobjects, representing a network interface -
Uses of NetworkIF in oshi.hardware.common
Classes in oshi.hardware.common that implement NetworkIF Modifier and Type Class Description classAbstractNetworkIFNetwork interfaces implementation. -
Uses of NetworkIF in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement NetworkIF Modifier and Type Class Description classLinuxNetworkIFLinuxNetworks class.Methods in oshi.hardware.platform.linux that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>LinuxHardwareAbstractionLayer. getNetworkIFs()static java.util.List<NetworkIF>LinuxNetworkIF. getNetworks()Gets the network interfaces on this machine -
Uses of NetworkIF in oshi.hardware.platform.mac
Classes in oshi.hardware.platform.mac that implement NetworkIF Modifier and Type Class Description classMacNetworkIFMacNetworks class.Methods in oshi.hardware.platform.mac that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>MacHardwareAbstractionLayer. getNetworkIFs()static java.util.List<NetworkIF>MacNetworkIF. getNetworks()Gets the network interfaces on this machine -
Uses of NetworkIF in oshi.hardware.platform.unix.aix
Classes in oshi.hardware.platform.unix.aix that implement NetworkIF Modifier and Type Class Description classAixNetworkIFAIXNetworks class.Methods in oshi.hardware.platform.unix.aix that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>AixHardwareAbstractionLayer. getNetworkIFs()static java.util.List<NetworkIF>AixNetworkIF. getNetworks()Gets the network interfaces on this machine -
Uses of NetworkIF in oshi.hardware.platform.unix.freebsd
Classes in oshi.hardware.platform.unix.freebsd that implement NetworkIF Modifier and Type Class Description classFreeBsdNetworkIFFreeBsdNetworks class.Methods in oshi.hardware.platform.unix.freebsd that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>FreeBsdHardwareAbstractionLayer. getNetworkIFs()static java.util.List<NetworkIF>FreeBsdNetworkIF. getNetworks()Gets the network interfaces on this machine -
Uses of NetworkIF in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement NetworkIF Modifier and Type Class Description classSolarisNetworkIFSolarisNetworks class.Methods in oshi.hardware.platform.unix.solaris that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>SolarisHardwareAbstractionLayer. getNetworkIFs()static java.util.List<NetworkIF>SolarisNetworkIF. getNetworks()Gets the network interfaces on this machine -
Uses of NetworkIF in oshi.hardware.platform.windows
Classes in oshi.hardware.platform.windows that implement NetworkIF Modifier and Type Class Description classWindowsNetworkIFWindowsNetworks class.Methods in oshi.hardware.platform.windows that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>WindowsHardwareAbstractionLayer. getNetworkIFs()static java.util.List<NetworkIF>WindowsNetworkIF. getNetworks()Gets the network interfaces on this machine