Uses of Class
oshi.software.os.InternetProtocolStats.UdpStats
| Package | Description |
|---|---|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on macOS
|
| oshi.software.os.unix.aix |
Provides information about Software and OS on AIX
|
| oshi.software.os.unix.freebsd |
Provides information about Software and OS on FreeBSD
|
| oshi.software.os.unix.solaris |
Provides information about Software and OS on Solaris
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
-
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()InternetProtocolStats.UdpStatsAixInternetProtocolStats. getUDPv6Stats() -
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.solaris
Methods in oshi.software.os.unix.solaris that return InternetProtocolStats.UdpStats Modifier and Type Method Description InternetProtocolStats.UdpStatsSolarisInternetProtocolStats. getUDPv4Stats()InternetProtocolStats.UdpStatsSolarisInternetProtocolStats. getUDPv6Stats() -
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()