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.IfOperStatusNetworkIF.IfOperStatus. byValue(int value)Find IfOperStatus by the integer value.default NetworkIF.IfOperStatusNetworkIF. getIfOperStatus()TheifOperStatusas described in RFC 2863.static NetworkIF.IfOperStatusNetworkIF.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.IfOperStatusLinuxNetworkIF. ifOperStatusMethods in oshi.hardware.platform.linux that return NetworkIF.IfOperStatus Modifier and Type Method Description NetworkIF.IfOperStatusLinuxNetworkIF. getIfOperStatus()private static NetworkIF.IfOperStatusLinuxNetworkIF. 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.IfOperStatusWindowsNetworkIF. ifOperStatusMethods in oshi.hardware.platform.windows that return NetworkIF.IfOperStatus Modifier and Type Method Description NetworkIF.IfOperStatusWindowsNetworkIF. getIfOperStatus()
-