Uses of Interface
oshi.software.os.NetworkParams
-
Packages that use NetworkParams Package Description oshi.software.common Provides abstract classes for common codeoshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process informationoshi.software.os.linux Provides information about Software and OS on Linuxoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.unix.aix Provides information about Software and OS on AIXoshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSDoshi.software.os.unix.openbsd Provides information about Software and OS on OpenBSDoshi.software.os.unix.solaris Provides information about Software and OS on Solarisoshi.software.os.windows Provides information about Software and OS on Windows -
-
Uses of NetworkParams in oshi.software.common
Classes in oshi.software.common that implement NetworkParams Modifier and Type Class Description classAbstractNetworkParamsCommon NetworkParams implementation. -
Uses of NetworkParams in oshi.software.os
Methods in oshi.software.os that return NetworkParams Modifier and Type Method Description NetworkParamsOperatingSystem. getNetworkParams()Instantiates aNetworkParamsobject. -
Uses of NetworkParams in oshi.software.os.linux
Classes in oshi.software.os.linux that implement NetworkParams Modifier and Type Class Description (package private) classLinuxNetworkParamsLinuxNetworkParams class.Methods in oshi.software.os.linux that return NetworkParams Modifier and Type Method Description NetworkParamsLinuxOperatingSystem. getNetworkParams() -
Uses of NetworkParams in oshi.software.os.mac
Classes in oshi.software.os.mac that implement NetworkParams Modifier and Type Class Description (package private) classMacNetworkParamsMacNetworkParams class.Methods in oshi.software.os.mac that return NetworkParams Modifier and Type Method Description NetworkParamsMacOperatingSystem. getNetworkParams() -
Uses of NetworkParams in oshi.software.os.unix.aix
Classes in oshi.software.os.unix.aix that implement NetworkParams Modifier and Type Class Description (package private) classAixNetworkParamsAixNetworkParams class.Methods in oshi.software.os.unix.aix that return NetworkParams Modifier and Type Method Description NetworkParamsAixOperatingSystem. getNetworkParams() -
Uses of NetworkParams in oshi.software.os.unix.freebsd
Classes in oshi.software.os.unix.freebsd that implement NetworkParams Modifier and Type Class Description (package private) classFreeBsdNetworkParamsFreeBsdNetworkParams class.Methods in oshi.software.os.unix.freebsd that return NetworkParams Modifier and Type Method Description NetworkParamsFreeBsdOperatingSystem. getNetworkParams() -
Uses of NetworkParams in oshi.software.os.unix.openbsd
Classes in oshi.software.os.unix.openbsd that implement NetworkParams Modifier and Type Class Description classOpenBsdNetworkParamsOpenBsdNetworkParams class.Methods in oshi.software.os.unix.openbsd that return NetworkParams Modifier and Type Method Description NetworkParamsOpenBsdOperatingSystem. getNetworkParams() -
Uses of NetworkParams in oshi.software.os.unix.solaris
Classes in oshi.software.os.unix.solaris that implement NetworkParams Modifier and Type Class Description (package private) classSolarisNetworkParamsSolarisNetworkParams class.Methods in oshi.software.os.unix.solaris that return NetworkParams Modifier and Type Method Description NetworkParamsSolarisOperatingSystem. getNetworkParams() -
Uses of NetworkParams in oshi.software.os.windows
Classes in oshi.software.os.windows that implement NetworkParams Modifier and Type Class Description (package private) classWindowsNetworkParamsWindowsNetworkParams class.Methods in oshi.software.os.windows that return NetworkParams Modifier and Type Method Description NetworkParamsWindowsOperatingSystem. getNetworkParams()
-