Uses of Class
oshi.software.os.InternetProtocolStats.TcpStats
| Package | Description |
|---|---|
| oshi.driver.unix |
Provides functions to query information common to all unix systems
|
| 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.openbsd |
Provides information about Software and OS on OpenBSD
|
| 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 InternetProtocolStats.TcpStats in oshi.driver.unix
Methods in oshi.driver.unix that return InternetProtocolStats.TcpStats Modifier and Type Method Description static InternetProtocolStats.TcpStatsNetStat. queryTcpStats(java.lang.String netstatStr)Gets TCP stats vianetstat -s. -
Uses of InternetProtocolStats.TcpStats in oshi.software.common
Methods in oshi.software.common that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsAbstractInternetProtocolStats. getTCPv6Stats() -
Uses of InternetProtocolStats.TcpStats in oshi.software.os
Methods in oshi.software.os that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsInternetProtocolStats. getTCPv4Stats()Get the TCP stats for IPv4 connections.InternetProtocolStats.TcpStatsInternetProtocolStats. getTCPv6Stats()Get the TCP stats for IPv6 connections, if available. -
Uses of InternetProtocolStats.TcpStats in oshi.software.os.linux
Methods in oshi.software.os.linux that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsLinuxInternetProtocolStats. getTCPv4Stats() -
Uses of InternetProtocolStats.TcpStats in oshi.software.os.mac
Methods in oshi.software.os.mac that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsMacInternetProtocolStats. getTCPv4Stats()InternetProtocolStats.TcpStatsMacInternetProtocolStats. getTCPv6Stats() -
Uses of InternetProtocolStats.TcpStats in oshi.software.os.unix.aix
Methods in oshi.software.os.unix.aix that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsAixInternetProtocolStats. getTCPv4Stats() -
Uses of InternetProtocolStats.TcpStats in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsFreeBsdInternetProtocolStats. getTCPv4Stats() -
Uses of InternetProtocolStats.TcpStats in oshi.software.os.unix.openbsd
Methods in oshi.software.os.unix.openbsd that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsOpenBsdInternetProtocolStats. getTCPv4Stats() -
Uses of InternetProtocolStats.TcpStats in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsSolarisInternetProtocolStats. getTCPv4Stats() -
Uses of InternetProtocolStats.TcpStats in oshi.software.os.windows
Methods in oshi.software.os.windows that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStatsWindowsInternetProtocolStats. getTCPv4Stats()InternetProtocolStats.TcpStatsWindowsInternetProtocolStats. getTCPv6Stats()