Uses of Interface
oshi.software.os.NetworkParams
Packages that use NetworkParams
Package
Description
Provides abstract classes for common code
Provides common (native-free) Linux operating system implementations shared by JNA and FFM modules.
Native-free Linux operating system implementations using only procfs, sysfs, and command-line utilities.
[oshi-common API] Provides cross-platform common API to retrieve OS, FileSystem, and Process information
Provides information about Software and OS on Linux
Provides information about Software and OS on macOS
Provides information about Software and OS on AIX
Provides information about Software and OS on FreeBSD
Provides information about Software and OS on OpenBSD
Provides information about Software and OS on Solaris
Provides information about Software and OS on Windows
Provides utilities for parsing, formatting, and other access
-
Uses of NetworkParams in oshi.software.common
Classes in oshi.software.common that implement NetworkParamsModifier and TypeClassDescriptionclassCommon NetworkParams implementation. -
Uses of NetworkParams in oshi.software.common.os.linux
Classes in oshi.software.common.os.linux that implement NetworkParams -
Uses of NetworkParams in oshi.software.common.os.linux.nativefree
Classes in oshi.software.common.os.linux.nativefree that implement NetworkParamsModifier and TypeClassDescriptionclassNative-free Linux network parameters implementation.Methods in oshi.software.common.os.linux.nativefree that return NetworkParams -
Uses of NetworkParams in oshi.software.os
Methods in oshi.software.os that return NetworkParamsModifier and TypeMethodDescriptionOperatingSystem.getNetworkParams()Instantiates aNetworkParamsobject. -
Uses of NetworkParams in oshi.software.os.linux
Methods in oshi.software.os.linux that return NetworkParams -
Uses of NetworkParams in oshi.software.os.mac
Methods in oshi.software.os.mac that return NetworkParams -
Uses of NetworkParams in oshi.software.os.unix.aix
Methods in oshi.software.os.unix.aix that return NetworkParams -
Uses of NetworkParams in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return NetworkParams -
Uses of NetworkParams in oshi.software.os.unix.openbsd
Classes in oshi.software.os.unix.openbsd that implement NetworkParamsMethods in oshi.software.os.unix.openbsd that return NetworkParams -
Uses of NetworkParams in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris that return NetworkParams -
Uses of NetworkParams in oshi.software.os.windows
Methods in oshi.software.os.windows that return NetworkParams -
Uses of NetworkParams in oshi.util
Methods in oshi.util with parameters of type NetworkParamsModifier and TypeMethodDescriptionstatic voidSystemInfoHelper.printNetworkParameters(List<String> lines, NetworkParams networkParams) Prints Network Parameters information to the output lines.