Package-level declarations
Types
InternetProtocolStatsImpl
Implements the InternetProtocolStats
interface to provide details about the network protocol statistics, including TCP and UDP statistics for both IPv4 and IPv6, as well as active IP connections.
IPConnectionImpl
Implementation of the IPConnection
interface. This class represents an active IP connection, providing details about the connection's state, local and foreign addresses, ports, and associated process information.
NetworkParamsImpl
Implementation of the NetworkParams
interface. This class provides details about the network parameters of the device, including host name, domain name, DNS servers, and default gateways for IPv4 and IPv6.
TcpStatsImpl
Implementation of the TcpStats
interface, providing statistics related to TCP connections, such as the number of established connections, errors, and sent/received segments.
UdpStatsImpl
Implementation of the UdpStats
interface. This class provides the statistics for the UDP protocol, including the number of datagrams sent and received, as well as any errors or datagrams with no port.