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 class
AbstractNetworkParams
Common NetworkParams implementation. -
Uses of NetworkParams in oshi.software.os
Methods in oshi.software.os that return NetworkParams Modifier and Type Method Description NetworkParams
OperatingSystem. getNetworkParams()
Instantiates aNetworkParams
object. -
Uses of NetworkParams in oshi.software.os.linux
Classes in oshi.software.os.linux that implement NetworkParams Modifier and Type Class Description (package private) class
LinuxNetworkParams
LinuxNetworkParams class.Methods in oshi.software.os.linux that return NetworkParams Modifier and Type Method Description NetworkParams
LinuxOperatingSystem. 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) class
MacNetworkParams
MacNetworkParams class.Methods in oshi.software.os.mac that return NetworkParams Modifier and Type Method Description NetworkParams
MacOperatingSystem. 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) class
AixNetworkParams
AixNetworkParams class.Methods in oshi.software.os.unix.aix that return NetworkParams Modifier and Type Method Description NetworkParams
AixOperatingSystem. 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) class
FreeBsdNetworkParams
FreeBsdNetworkParams class.Methods in oshi.software.os.unix.freebsd that return NetworkParams Modifier and Type Method Description NetworkParams
FreeBsdOperatingSystem. 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 class
OpenBsdNetworkParams
OpenBsdNetworkParams class.Methods in oshi.software.os.unix.openbsd that return NetworkParams Modifier and Type Method Description NetworkParams
OpenBsdOperatingSystem. 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) class
SolarisNetworkParams
SolarisNetworkParams class.Methods in oshi.software.os.unix.solaris that return NetworkParams Modifier and Type Method Description NetworkParams
SolarisOperatingSystem. 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) class
WindowsNetworkParams
WindowsNetworkParams class.Methods in oshi.software.os.windows that return NetworkParams Modifier and Type Method Description NetworkParams
WindowsOperatingSystem. getNetworkParams()
-