Uses of Class
oshi.software.os.InternetProtocolStats.TcpStats
Packages that use InternetProtocolStats.TcpStats
Package
Description
Provides abstract classes for common code
Provides common (native-free) Linux operating system implementations shared by JNA and FFM modules.
[oshi-common API] Provides cross-platform common API to retrieve OS, FileSystem, and Process information
Provides driver utilities common to unix systems that do not require native access
-
Uses of InternetProtocolStats.TcpStats in oshi.software.common
Methods in oshi.software.common that return InternetProtocolStats.TcpStats -
Uses of InternetProtocolStats.TcpStats in oshi.software.common.os.linux
Methods in oshi.software.common.os.linux that return InternetProtocolStats.TcpStats -
Uses of InternetProtocolStats.TcpStats in oshi.software.os
Methods in oshi.software.os that return InternetProtocolStats.TcpStatsModifier and TypeMethodDescriptionInternetProtocolStats.getTCPv4Stats()Get the TCP stats for IPv4 connections.InternetProtocolStats.getTCPv6Stats()Get the TCP stats for IPv6 connections, if available. -
Uses of InternetProtocolStats.TcpStats in oshi.util.driver.unix
Methods in oshi.util.driver.unix that return InternetProtocolStats.TcpStatsModifier and TypeMethodDescriptionNetStat.queryTcpStats(String netstatStr) Gets TCP stats vianetstat -s.