Uses of Interface
oshi.software.os.InternetProtocolStats
Packages that use InternetProtocolStats
Package
Description
Provides abstract classes for common code
Provides common (native-free) Linux operating system implementations shared by JNA and FFM modules.
Provides abstract base classes and pure-Java implementations for AIX software, shared by the JNA and FFM modules.
Provides abstract base classes and pure-Java implementations for the FreeBSD operating system, shared by the JNA and
FFM modules.
Provides information about Software and OS on NetBSD
Provides abstract base classes and pure-Java implementations for the OpenBSD operating system, shared by the JNA and
FFM modules.
Provides abstract base classes and pure-Java implementations for Solaris/illumos software, shared by the JNA and FFM
modules.
[oshi-common API] Provides cross-platform common API to retrieve OS, FileSystem, and Process information
Provides utilities for parsing, formatting, and other access
-
Uses of InternetProtocolStats in oshi.software.common
Classes in oshi.software.common that implement InternetProtocolStatsModifier and TypeClassDescriptionclassCommon implementations for IP Stats -
Uses of InternetProtocolStats in oshi.software.common.os.linux
Classes in oshi.software.common.os.linux that implement InternetProtocolStatsModifier and TypeClassDescriptionclassInternet Protocol Stats implementationMethods in oshi.software.common.os.linux that return InternetProtocolStats -
Uses of InternetProtocolStats in oshi.software.common.os.unix.aix
Classes in oshi.software.common.os.unix.aix that implement InternetProtocolStatsModifier and TypeClassDescriptionclassAbstract base for AIX InternetProtocolStats. -
Uses of InternetProtocolStats in oshi.software.common.os.unix.freebsd
Classes in oshi.software.common.os.unix.freebsd that implement InternetProtocolStats -
Uses of InternetProtocolStats in oshi.software.common.os.unix.netbsd
Classes in oshi.software.common.os.unix.netbsd that implement InternetProtocolStatsModifier and TypeClassDescriptionclassInternet Protocol Stats implementationMethods in oshi.software.common.os.unix.netbsd that return InternetProtocolStats -
Uses of InternetProtocolStats in oshi.software.common.os.unix.openbsd
Classes in oshi.software.common.os.unix.openbsd that implement InternetProtocolStatsModifier and TypeClassDescriptionclassInternet Protocol Stats implementation -
Uses of InternetProtocolStats in oshi.software.common.os.unix.solaris
Classes in oshi.software.common.os.unix.solaris that implement InternetProtocolStatsModifier and TypeClassDescriptionclassInternet Protocol Stats implementationMethods in oshi.software.common.os.unix.solaris that return InternetProtocolStats -
Uses of InternetProtocolStats in oshi.software.os
Methods in oshi.software.os that return InternetProtocolStatsModifier and TypeMethodDescriptionOperatingSystem.getInternetProtocolStats()Instantiates aInternetProtocolStatsobject. -
Uses of InternetProtocolStats in oshi.util
Methods in oshi.util with parameters of type InternetProtocolStatsModifier and TypeMethodDescriptionstatic voidSystemInfoHelper.printInternetProtocolStats(List<String> lines, InternetProtocolStats ip) Prints Internet Protocol Stats information to the output lines.