Uses of Interface
oshi.hardware.NetworkIF
-
Packages that use 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 Devicesoshi.hardware.common Provides abstract classes for common codeoshi.hardware.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systemsoshi.hardware.platform.unix Provides mappings for Unix-based operating systemsoshi.hardware.platform.unix.aix Provides information about hardware such as Memory, Power Sources, and Processor on AIX systemsoshi.hardware.platform.unix.freebsd Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systemsoshi.hardware.platform.unix.openbsd Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systemsoshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systemsoshi.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 of non-localNetworkIF
objects, representing a network interface.java.util.List<NetworkIF>
HardwareAbstractionLayer. getNetworkIFs(boolean includeLocalInterfaces)
Gets a listNetworkIF
objects, representing a network interface. -
Uses of NetworkIF in oshi.hardware.common
Classes in oshi.hardware.common that implement NetworkIF Modifier and Type Class Description class
AbstractNetworkIF
Network interfaces implementation.Methods in oshi.hardware.common that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>
AbstractHardwareAbstractionLayer. getNetworkIFs()
-
Uses of NetworkIF in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement NetworkIF Modifier and Type Class Description class
LinuxNetworkIF
LinuxNetworks 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(boolean includeLocalInterfaces)
static java.util.List<NetworkIF>
LinuxNetworkIF. getNetworks(boolean includeLocalInterfaces)
Gets 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 class
MacNetworkIF
MacNetworks 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(boolean includeLocalInterfaces)
static java.util.List<NetworkIF>
MacNetworkIF. getNetworks(boolean includeLocalInterfaces)
Gets all network interfaces on this machine -
Uses of NetworkIF in oshi.hardware.platform.unix
Classes in oshi.hardware.platform.unix that implement NetworkIF Modifier and Type Class Description class
BsdNetworkIF
BsdNetworkIF applicable to FreeBSD and OpenBSD.Methods in oshi.hardware.platform.unix that return types with arguments of type NetworkIF Modifier and Type Method Description static java.util.List<NetworkIF>
BsdNetworkIF. getNetworks(boolean includeLocalInterfaces)
Gets all 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 class
AixNetworkIF
AIXNetworks 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(boolean includeLocalInterfaces)
static java.util.List<NetworkIF>
AixNetworkIF. getNetworks(boolean includeLocalInterfaces)
Gets all network interfaces on this machine -
Uses of NetworkIF in oshi.hardware.platform.unix.freebsd
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(boolean includeLocalInterfaces)
-
Uses of NetworkIF in oshi.hardware.platform.unix.openbsd
Methods in oshi.hardware.platform.unix.openbsd that return types with arguments of type NetworkIF Modifier and Type Method Description java.util.List<NetworkIF>
OpenBsdHardwareAbstractionLayer. getNetworkIFs(boolean includeLocalInterfaces)
-
Uses of NetworkIF in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement NetworkIF Modifier and Type Class Description class
SolarisNetworkIF
SolarisNetworks 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(boolean includeLocalInterfaces)
static java.util.List<NetworkIF>
SolarisNetworkIF. getNetworks(boolean includeLocalInterfaces)
Gets all 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 class
WindowsNetworkIF
WindowsNetworks 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(boolean includeLocalInterfaces)
static java.util.List<NetworkIF>
WindowsNetworkIF. getNetworks(boolean includeLocalInterfaces)
Gets all network interfaces on this machine
-