Uses of Interface
oshi.hardware.NetworkIF
Packages that use NetworkIF
Package
Description
[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
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
Provides mappings for Unix-based operating systems
Provides information about hardware such as Memory, Power Sources, and Processor on AIX systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems
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 NetworkIFModifier and TypeMethodDescriptionHardwareAbstractionLayer.getNetworkIFs()
Gets a list of non-localNetworkIF
objects, representing a network interface.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 NetworkIFMethods in oshi.hardware.common that return types with arguments of type NetworkIF -
Uses of NetworkIF in oshi.hardware.platform.linux
Classes in oshi.hardware.platform.linux that implement NetworkIFMethods in oshi.hardware.platform.linux that return types with arguments of type NetworkIFModifier and TypeMethodDescriptionLinuxHardwareAbstractionLayer.getNetworkIFs
(boolean includeLocalInterfaces) 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 NetworkIFMethods in oshi.hardware.platform.mac that return types with arguments of type NetworkIFModifier and TypeMethodDescriptionMacHardwareAbstractionLayer.getNetworkIFs
(boolean includeLocalInterfaces) 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 NetworkIFModifier and TypeClassDescriptionfinal class
BsdNetworkIF applicable to FreeBSD and OpenBSD.Methods in oshi.hardware.platform.unix that return types with arguments of type NetworkIFModifier and TypeMethodDescriptionBsdNetworkIF.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 NetworkIFMethods in oshi.hardware.platform.unix.aix that return types with arguments of type NetworkIFModifier and TypeMethodDescriptionAixHardwareAbstractionLayer.getNetworkIFs
(boolean includeLocalInterfaces) 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 NetworkIFModifier and TypeMethodDescriptionFreeBsdHardwareAbstractionLayer.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 NetworkIFModifier and TypeMethodDescriptionOpenBsdHardwareAbstractionLayer.getNetworkIFs
(boolean includeLocalInterfaces) -
Uses of NetworkIF in oshi.hardware.platform.unix.solaris
Classes in oshi.hardware.platform.unix.solaris that implement NetworkIFMethods in oshi.hardware.platform.unix.solaris that return types with arguments of type NetworkIFModifier and TypeMethodDescriptionSolarisHardwareAbstractionLayer.getNetworkIFs
(boolean includeLocalInterfaces) 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 NetworkIFMethods in oshi.hardware.platform.windows that return types with arguments of type NetworkIFModifier and TypeMethodDescriptionWindowsHardwareAbstractionLayer.getNetworkIFs
(boolean includeLocalInterfaces) WindowsNetworkIF.getNetworks
(boolean includeLocalInterfaces) Gets all network interfaces on this machine