Uses of Class
oshi.driver.mac.net.NetStat.IFdata
-
Packages that use NetStat.IFdata Package Description oshi.driver.mac.net Provides functions to query Mac network infooshi.hardware.platform.mac Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems -
-
Uses of NetStat.IFdata in oshi.driver.mac.net
Methods in oshi.driver.mac.net that return types with arguments of type NetStat.IFdata Modifier and Type Method Description static java.util.Map<java.lang.Integer,NetStat.IFdata>
NetStat. queryIFdata(int index)
Map data for network interfaces. -
Uses of NetStat.IFdata in oshi.hardware.platform.mac
Method parameters in oshi.hardware.platform.mac with type arguments of type NetStat.IFdata Modifier and Type Method Description private boolean
MacNetworkIF. updateNetworkStats(java.util.Map<java.lang.Integer,NetStat.IFdata> data)
Updates interface network statistics on the given interface.Constructor parameters in oshi.hardware.platform.mac with type arguments of type NetStat.IFdata Constructor Description MacNetworkIF(java.net.NetworkInterface netint, java.util.Map<java.lang.Integer,NetStat.IFdata> data)
-