Uses of Interface
oshi.software.os.InternetProtocolStats
-
Packages that use InternetProtocolStats 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 InternetProtocolStats in oshi.software.common
Classes in oshi.software.common that implement InternetProtocolStats Modifier and Type Class Description class
AbstractInternetProtocolStats
Common implementations for IP Stats -
Uses of InternetProtocolStats in oshi.software.os
Methods in oshi.software.os that return InternetProtocolStats Modifier and Type Method Description InternetProtocolStats
OperatingSystem. getInternetProtocolStats()
Instantiates aInternetProtocolStats
object. -
Uses of InternetProtocolStats in oshi.software.os.linux
Classes in oshi.software.os.linux that implement InternetProtocolStats Modifier and Type Class Description class
LinuxInternetProtocolStats
Internet Protocol Stats implementationMethods in oshi.software.os.linux that return InternetProtocolStats Modifier and Type Method Description InternetProtocolStats
LinuxOperatingSystem. getInternetProtocolStats()
-
Uses of InternetProtocolStats in oshi.software.os.mac
Classes in oshi.software.os.mac that implement InternetProtocolStats Modifier and Type Class Description class
MacInternetProtocolStats
Internet Protocol Stats implementationMethods in oshi.software.os.mac that return InternetProtocolStats Modifier and Type Method Description InternetProtocolStats
MacOperatingSystem. getInternetProtocolStats()
-
Uses of InternetProtocolStats in oshi.software.os.unix.aix
Classes in oshi.software.os.unix.aix that implement InternetProtocolStats Modifier and Type Class Description class
AixInternetProtocolStats
Internet Protocol Stats implementationMethods in oshi.software.os.unix.aix that return InternetProtocolStats Modifier and Type Method Description InternetProtocolStats
AixOperatingSystem. getInternetProtocolStats()
-
Uses of InternetProtocolStats in oshi.software.os.unix.freebsd
Classes in oshi.software.os.unix.freebsd that implement InternetProtocolStats Modifier and Type Class Description class
FreeBsdInternetProtocolStats
Internet Protocol Stats implementationMethods in oshi.software.os.unix.freebsd that return InternetProtocolStats Modifier and Type Method Description InternetProtocolStats
FreeBsdOperatingSystem. getInternetProtocolStats()
-
Uses of InternetProtocolStats in oshi.software.os.unix.openbsd
Classes in oshi.software.os.unix.openbsd that implement InternetProtocolStats Modifier and Type Class Description class
OpenBsdInternetProtocolStats
Internet Protocol Stats implementationMethods in oshi.software.os.unix.openbsd that return InternetProtocolStats Modifier and Type Method Description InternetProtocolStats
OpenBsdOperatingSystem. getInternetProtocolStats()
-
Uses of InternetProtocolStats in oshi.software.os.unix.solaris
Classes in oshi.software.os.unix.solaris that implement InternetProtocolStats Modifier and Type Class Description class
SolarisInternetProtocolStats
Internet Protocol Stats implementationMethods in oshi.software.os.unix.solaris that return InternetProtocolStats Modifier and Type Method Description InternetProtocolStats
SolarisOperatingSystem. getInternetProtocolStats()
-
Uses of InternetProtocolStats in oshi.software.os.windows
Classes in oshi.software.os.windows that implement InternetProtocolStats Modifier and Type Class Description class
WindowsInternetProtocolStats
Internet Protocol Stats implementationMethods in oshi.software.os.windows that return InternetProtocolStats Modifier and Type Method Description InternetProtocolStats
WindowsOperatingSystem. getInternetProtocolStats()
-