Class OpenBsdInternetProtocolStats
java.lang.Object
oshi.software.common.AbstractInternetProtocolStats
oshi.software.os.unix.openbsd.OpenBsdInternetProtocolStats
- All Implemented Interfaces:
oshi.software.os.InternetProtocolStats
@ThreadSafe
public class OpenBsdInternetProtocolStats
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 TypeMethodDescriptionoshi.software.os.InternetProtocolStats.TcpStatsoshi.software.os.InternetProtocolStats.UdpStatsMethods inherited from class oshi.software.common.AbstractInternetProtocolStats
getConnections, getTCPv6Stats, getUDPv6Stats
-
Constructor Details
-
OpenBsdInternetProtocolStats
public OpenBsdInternetProtocolStats()
-
-
Method Details
-
getTCPv4Stats
public oshi.software.os.InternetProtocolStats.TcpStats getTCPv4Stats() -
getUDPv4Stats
public oshi.software.os.InternetProtocolStats.UdpStats getUDPv4Stats()
-