Class FreeBsdInternetProtocolStats

java.lang.Object
oshi.software.common.AbstractInternetProtocolStats
oshi.software.os.unix.freebsd.FreeBsdInternetProtocolStats
All Implemented Interfaces:
oshi.software.os.InternetProtocolStats

@ThreadSafe public class FreeBsdInternetProtocolStats 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    oshi.software.os.InternetProtocolStats.TcpStats
     
    oshi.software.os.InternetProtocolStats.UdpStats
     
    oshi.software.os.InternetProtocolStats.UdpStats
     

    Methods inherited from class oshi.software.common.AbstractInternetProtocolStats

    getConnections, getTCPv6Stats

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FreeBsdInternetProtocolStats

      public FreeBsdInternetProtocolStats()
  • Method Details

    • getTCPv4Stats

      public oshi.software.os.InternetProtocolStats.TcpStats getTCPv4Stats()
    • getUDPv4Stats

      public oshi.software.os.InternetProtocolStats.UdpStats getUDPv4Stats()
    • getUDPv6Stats

      public oshi.software.os.InternetProtocolStats.UdpStats getUDPv6Stats()
      Specified by:
      getUDPv6Stats in interface oshi.software.os.InternetProtocolStats
      Overrides:
      getUDPv6Stats in class oshi.software.common.AbstractInternetProtocolStats