Uses of Class
oshi.software.os.InternetProtocolStats.UdpStats
Packages that use InternetProtocolStats.UdpStats
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.UdpStats in oshi.software.common
Methods in oshi.software.common that return InternetProtocolStats.UdpStats -
Uses of InternetProtocolStats.UdpStats in oshi.software.common.os.linux
Methods in oshi.software.common.os.linux that return InternetProtocolStats.UdpStatsModifier and TypeMethodDescriptionLinuxInternetProtocolStats.getUDPv4Stats()LinuxInternetProtocolStats.getUDPv6Stats() -
Uses of InternetProtocolStats.UdpStats in oshi.software.os
Methods in oshi.software.os that return InternetProtocolStats.UdpStatsModifier and TypeMethodDescriptionInternetProtocolStats.getUDPv4Stats()Get the UDP stats for IPv4 datagrams.InternetProtocolStats.getUDPv6Stats()Get the UDP stats for IPv6 datagrams, if available. -
Uses of InternetProtocolStats.UdpStats in oshi.util.driver.unix
Methods in oshi.util.driver.unix that return InternetProtocolStats.UdpStatsModifier and TypeMethodDescriptionNetStat.queryUdpStats(String netstatStr) Gets UDP stats vianetstat -s.