Uses of Class
oshi.hardware.NetworkIF.IfOperStatus
-
Packages that use NetworkIF.IfOperStatus 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.platform.linux Provides information about hardware such as Memory, Power Sources, and Processor on Linux systemsoshi.hardware.platform.windows Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems -
-
Uses of NetworkIF.IfOperStatus in oshi.hardware
Methods in oshi.hardware that return NetworkIF.IfOperStatus Modifier and Type Method Description static NetworkIF.IfOperStatus
NetworkIF.IfOperStatus. byValue(int value)
Find IfOperStatus by the integer value.default NetworkIF.IfOperStatus
NetworkIF. getIfOperStatus()
TheifOperStatus
as described in RFC 2863.static NetworkIF.IfOperStatus
NetworkIF.IfOperStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NetworkIF.IfOperStatus[]
NetworkIF.IfOperStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NetworkIF.IfOperStatus in oshi.hardware.platform.linux
Fields in oshi.hardware.platform.linux declared as NetworkIF.IfOperStatus Modifier and Type Field Description private NetworkIF.IfOperStatus
LinuxNetworkIF. ifOperStatus
Methods in oshi.hardware.platform.linux that return NetworkIF.IfOperStatus Modifier and Type Method Description NetworkIF.IfOperStatus
LinuxNetworkIF. getIfOperStatus()
private static NetworkIF.IfOperStatus
LinuxNetworkIF. parseIfOperStatus(java.lang.String operState)
-
Uses of NetworkIF.IfOperStatus in oshi.hardware.platform.windows
Fields in oshi.hardware.platform.windows declared as NetworkIF.IfOperStatus Modifier and Type Field Description private NetworkIF.IfOperStatus
WindowsNetworkIF. ifOperStatus
Methods in oshi.hardware.platform.windows that return NetworkIF.IfOperStatus Modifier and Type Method Description NetworkIF.IfOperStatus
WindowsNetworkIF. getIfOperStatus()
-