Class AixInternetProtocolStats

java.lang.Object
oshi.software.common.AbstractInternetProtocolStats
oshi.software.common.os.unix.aix.AixInternetProtocolStats
All Implemented Interfaces:
InternetProtocolStats

@ThreadSafe public abstract class AixInternetProtocolStats extends AbstractInternetProtocolStats
Abstract base for AIX InternetProtocolStats. Both backends iterate perfstat_protocol_t and surface the TCP and UDP variants; the shared decoding lives here, the per-backend data fetch in concrete subclasses.