Uses of Class
oshi.software.os.InternetProtocolStats.TcpStats
-
Packages that use InternetProtocolStats.TcpStats Package Description oshi.driver.unix Provides functions to query information common to all unix systemsoshi.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.TcpStats in oshi.driver.unix
Methods in oshi.driver.unix that return InternetProtocolStats.TcpStats Modifier and Type Method Description static InternetProtocolStats.TcpStats
NetStat. 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.TcpStats
AbstractInternetProtocolStats. getTCPv6Stats()
-
Uses of InternetProtocolStats.TcpStats in oshi.software.os
Methods in oshi.software.os that return InternetProtocolStats.TcpStats Modifier and Type Method Description InternetProtocolStats.TcpStats
InternetProtocolStats. getTCPv4Stats()
Get the TCP stats for IPv4 connections.InternetProtocolStats.TcpStats
InternetProtocolStats. 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.TcpStats
LinuxInternetProtocolStats. 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.TcpStats
MacInternetProtocolStats. getTCPv4Stats()
InternetProtocolStats.TcpStats
MacInternetProtocolStats. 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.TcpStats
AixInternetProtocolStats. 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.TcpStats
FreeBsdInternetProtocolStats. 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.TcpStats
OpenBsdInternetProtocolStats. 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 private static InternetProtocolStats.TcpStats
SolarisInternetProtocolStats. getTcpStats()
InternetProtocolStats.TcpStats
SolarisInternetProtocolStats. 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.TcpStats
WindowsInternetProtocolStats. getTCPv4Stats()
InternetProtocolStats.TcpStats
WindowsInternetProtocolStats. getTCPv6Stats()
-