Uses of Class
oshi.jna.platform.unix.CLibrary.BsdUdpstat
-
Packages that use CLibrary.BsdUdpstat Package Description oshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSD -
-
Uses of CLibrary.BsdUdpstat in oshi.software.os.mac
Fields in oshi.software.os.mac with type parameters of type CLibrary.BsdUdpstat Modifier and Type Field Description private java.util.function.Supplier<CLibrary.BsdUdpstat>
MacInternetProtocolStats. udpstat
Methods in oshi.software.os.mac that return CLibrary.BsdUdpstat Modifier and Type Method Description static CLibrary.BsdUdpstat
MacInternetProtocolStats. queryUdpstat()
-
Uses of CLibrary.BsdUdpstat in oshi.software.os.unix.freebsd
Fields in oshi.software.os.unix.freebsd with type parameters of type CLibrary.BsdUdpstat Modifier and Type Field Description private java.util.function.Supplier<CLibrary.BsdUdpstat>
FreeBsdInternetProtocolStats. udpstat
Methods in oshi.software.os.unix.freebsd that return CLibrary.BsdUdpstat Modifier and Type Method Description private static CLibrary.BsdUdpstat
FreeBsdInternetProtocolStats. queryUdpstat()
-