Class WindowsInternetProtocolStatsJNA
java.lang.Object
oshi.software.common.AbstractInternetProtocolStats
oshi.software.os.windows.WindowsInternetProtocolStatsJNA
- All Implemented Interfaces:
oshi.software.os.InternetProtocolStats
@ThreadSafe
public class WindowsInternetProtocolStatsJNA
extends oshi.software.common.AbstractInternetProtocolStats
Internet Protocol Stats implementation
-
Nested Class Summary
Nested classes/interfaces inherited from interface oshi.software.os.InternetProtocolStats
oshi.software.os.InternetProtocolStats.IPConnection, oshi.software.os.InternetProtocolStats.TcpState, oshi.software.os.InternetProtocolStats.TcpStats, oshi.software.os.InternetProtocolStats.UdpStats -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<oshi.software.os.InternetProtocolStats.IPConnection> oshi.software.os.InternetProtocolStats.TcpStatsoshi.software.os.InternetProtocolStats.TcpStatsoshi.software.os.InternetProtocolStats.UdpStatsoshi.software.os.InternetProtocolStats.UdpStats
-
Constructor Details
-
WindowsInternetProtocolStatsJNA
public WindowsInternetProtocolStatsJNA()
-
-
Method Details
-
getTCPv4Stats
public oshi.software.os.InternetProtocolStats.TcpStats getTCPv4Stats() -
getTCPv6Stats
public oshi.software.os.InternetProtocolStats.TcpStats getTCPv6Stats()- Specified by:
getTCPv6Statsin interfaceoshi.software.os.InternetProtocolStats- Overrides:
getTCPv6Statsin classoshi.software.common.AbstractInternetProtocolStats
-
getUDPv4Stats
public oshi.software.os.InternetProtocolStats.UdpStats getUDPv4Stats() -
getUDPv6Stats
public oshi.software.os.InternetProtocolStats.UdpStats getUDPv6Stats()- Specified by:
getUDPv6Statsin interfaceoshi.software.os.InternetProtocolStats- Overrides:
getUDPv6Statsin classoshi.software.common.AbstractInternetProtocolStats
-
getConnections
- Specified by:
getConnectionsin interfaceoshi.software.os.InternetProtocolStats- Overrides:
getConnectionsin classoshi.software.common.AbstractInternetProtocolStats
-