Class FreeBsdInternetProtocolStats
java.lang.Object
oshi.software.common.AbstractInternetProtocolStats
oshi.software.common.os.unix.freebsd.FreeBsdInternetProtocolStats
- All Implemented Interfaces:
InternetProtocolStats
-
Nested Class Summary
Nested classes/interfaces inherited from interface InternetProtocolStats
InternetProtocolStats.IPConnection, InternetProtocolStats.TcpState, InternetProtocolStats.TcpStats, InternetProtocolStats.UdpStatsModifier and TypeInterfaceDescriptionstatic final classEncapsulates information associated with an IP connection.static enumThe TCP connection state as described in RFC 793.static final classEncapsulates statistics associated with a TCP connection.static final classEncapsulates statistics associated with a UDP connection. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractInternetProtocolStats
getConnections, getTCPv6Stats, getUDPv6StatsModifier and TypeMethodDescriptionGets a list of TCP and UDP connections.Get the TCP stats for IPv6 connections, if available.Get the UDP stats for IPv6 datagrams, if available.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InternetProtocolStats
getTCPv4Stats, getUDPv4StatsModifier and TypeMethodDescriptionGet the TCP stats for IPv4 connections.Get the UDP stats for IPv4 datagrams.
-
Constructor Details
-
FreeBsdInternetProtocolStats
public FreeBsdInternetProtocolStats()
-