Uses of Interface
oshi.software.os.NetworkParams
| Package | Description |
|---|---|
| oshi.software.common |
Provides abstract classes for common code
|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on macOS
|
| oshi.software.os.unix.aix |
Provides information about Software and OS on AIX
|
| oshi.software.os.unix.freebsd |
Provides information about Software and OS on FreeBSD
|
| oshi.software.os.unix.solaris |
Provides information about Software and OS on Solaris
|
| oshi.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
Methods in oshi.software.os.linux that return NetworkParams Modifier and Type Method Description NetworkParamsLinuxOperatingSystem. getNetworkParams() -
Uses of NetworkParams in oshi.software.os.mac
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
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
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.solaris
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
Methods in oshi.software.os.windows that return NetworkParams Modifier and Type Method Description NetworkParamsWindowsOperatingSystem. getNetworkParams()