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.UdpStats
NetStat. 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.UdpStats
AbstractInternetProtocolStats. getUDPv6Stats()
-
Uses of InternetProtocolStats.UdpStats in oshi.software.os
Methods in oshi.software.os that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStats
InternetProtocolStats. getUDPv4Stats()
Get the UDP stats for IPv4 datagrams.InternetProtocolStats.UdpStats
InternetProtocolStats. 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.UdpStats
LinuxInternetProtocolStats. getUDPv4Stats()
InternetProtocolStats.UdpStats
LinuxInternetProtocolStats. 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.UdpStats
MacInternetProtocolStats. getUDPv4Stats()
InternetProtocolStats.UdpStats
MacInternetProtocolStats. 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.UdpStats
AixInternetProtocolStats. 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.UdpStats
FreeBsdInternetProtocolStats. getUDPv4Stats()
InternetProtocolStats.UdpStats
FreeBsdInternetProtocolStats. 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.UdpStats
OpenBsdInternetProtocolStats. 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.UdpStats
SolarisInternetProtocolStats. getUdpStats()
InternetProtocolStats.UdpStats
SolarisInternetProtocolStats. 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.UdpStats
WindowsInternetProtocolStats. getUDPv4Stats()
InternetProtocolStats.UdpStats
WindowsInternetProtocolStats. getUDPv6Stats()
-