Uses of Class
oshi.hardware.common.AbstractNetworkIF
-
Packages that use AbstractNetworkIF Package Description oshi.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.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 AbstractNetworkIF in oshi.hardware.platform.linux
Subclasses of AbstractNetworkIF in oshi.hardware.platform.linux Modifier and Type Class Description class
LinuxNetworkIF
LinuxNetworks class. -
Uses of AbstractNetworkIF in oshi.hardware.platform.mac
Subclasses of AbstractNetworkIF in oshi.hardware.platform.mac Modifier and Type Class Description class
MacNetworkIF
MacNetworks class. -
Uses of AbstractNetworkIF in oshi.hardware.platform.unix
Subclasses of AbstractNetworkIF in oshi.hardware.platform.unix Modifier and Type Class Description class
BsdNetworkIF
BsdNetworkIF applicable to FreeBSD and OpenBSD. -
Uses of AbstractNetworkIF in oshi.hardware.platform.unix.aix
Subclasses of AbstractNetworkIF in oshi.hardware.platform.unix.aix Modifier and Type Class Description class
AixNetworkIF
AIXNetworks class. -
Uses of AbstractNetworkIF in oshi.hardware.platform.unix.solaris
Subclasses of AbstractNetworkIF in oshi.hardware.platform.unix.solaris Modifier and Type Class Description class
SolarisNetworkIF
SolarisNetworks class. -
Uses of AbstractNetworkIF in oshi.hardware.platform.windows
Subclasses of AbstractNetworkIF in oshi.hardware.platform.windows Modifier and Type Class Description class
WindowsNetworkIF
WindowsNetworks class.
-