Uses of Class
oshi.software.os.InternetProtocolStats.UdpStats
-
Packages that use InternetProtocolStats.UdpStats 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.UdpStats in oshi.driver.unix
Methods in oshi.driver.unix that return InternetProtocolStats.UdpStats Modifier and Type Method Description static InternetProtocolStats.UdpStatsNetStat. queryUdpStats(java.lang.String netstatStr)Gets UDP stats vianetstat -s. -
Uses of InternetProtocolStats.UdpStats in oshi.software.common
Methods in oshi.software.common that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsAbstractInternetProtocolStats. getUDPv6Stats() -
Uses of InternetProtocolStats.UdpStats in oshi.software.os
Methods in oshi.software.os that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsInternetProtocolStats. getUDPv4Stats()Get the UDP stats for IPv4 datagrams.InternetProtocolStats.UdpStatsInternetProtocolStats. getUDPv6Stats()Get the UDP stats for IPv6 datagrams, if available. -
Uses of InternetProtocolStats.UdpStats in oshi.software.os.linux
Methods in oshi.software.os.linux that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsLinuxInternetProtocolStats. getUDPv4Stats()InternetProtocolStats.UdpStatsLinuxInternetProtocolStats. getUDPv6Stats() -
Uses of InternetProtocolStats.UdpStats in oshi.software.os.mac
Methods in oshi.software.os.mac that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsMacInternetProtocolStats. getUDPv4Stats()InternetProtocolStats.UdpStatsMacInternetProtocolStats. getUDPv6Stats() -
Uses of InternetProtocolStats.UdpStats in oshi.software.os.unix.aix
Methods in oshi.software.os.unix.aix that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsAixInternetProtocolStats. getUDPv4Stats() -
Uses of InternetProtocolStats.UdpStats in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsFreeBsdInternetProtocolStats. getUDPv4Stats()InternetProtocolStats.UdpStatsFreeBsdInternetProtocolStats. getUDPv6Stats() -
Uses of InternetProtocolStats.UdpStats in oshi.software.os.unix.openbsd
Methods in oshi.software.os.unix.openbsd that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsOpenBsdInternetProtocolStats. getUDPv4Stats() -
Uses of InternetProtocolStats.UdpStats in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris that return InternetProtocolStats.UdpStats Modifier and Type Method Description private static InternetProtocolStats.UdpStatsSolarisInternetProtocolStats. getUdpStats()InternetProtocolStats.UdpStatsSolarisInternetProtocolStats. getUDPv4Stats() -
Uses of InternetProtocolStats.UdpStats in oshi.software.os.windows
Methods in oshi.software.os.windows that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsWindowsInternetProtocolStats. getUDPv4Stats()InternetProtocolStats.UdpStatsWindowsInternetProtocolStats. getUDPv6Stats()
-