Uses of Class
oshi.jna.platform.unix.CLibrary.BsdTcpstat
-
Packages that use CLibrary.BsdTcpstat 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.BsdTcpstat in oshi.software.os.mac
Fields in oshi.software.os.mac with type parameters of type CLibrary.BsdTcpstat Modifier and Type Field Description private java.util.function.Supplier<CLibrary.BsdTcpstat>
MacInternetProtocolStats. tcpstat
Methods in oshi.software.os.mac that return CLibrary.BsdTcpstat Modifier and Type Method Description private static CLibrary.BsdTcpstat
MacInternetProtocolStats. queryTcpstat()
-
Uses of CLibrary.BsdTcpstat in oshi.software.os.unix.freebsd
Fields in oshi.software.os.unix.freebsd with type parameters of type CLibrary.BsdTcpstat Modifier and Type Field Description private java.util.function.Supplier<CLibrary.BsdTcpstat>
FreeBsdInternetProtocolStats. tcpstat
Methods in oshi.software.os.unix.freebsd that return CLibrary.BsdTcpstat Modifier and Type Method Description private static CLibrary.BsdTcpstat
FreeBsdInternetProtocolStats. queryTcpstat()
-