Package-level declarations

Types

Link copied to clipboard

InternetProtocolStats Provides the statistics of the network protocol including TCP and UDP statistics for both IPv4 and IPv6, as well as the list of active IP connections.

Link copied to clipboard
interface IPConnection

IPConnection Represents an active IP connection, providing details about the connection's state, local and foreign addresses, ports, and associated process information.

Link copied to clipboard
interface NetworkParams

NetworkParams Represents the network configuration parameters of a device, providing details about the host name, domain name, DNS servers, and default gateways for both IPv4 and IPv6.

Link copied to clipboard

TcpState Represents the different states of a TCP connection.

Link copied to clipboard
interface TcpStats

TcpStats Represents statistics related to TCP connections, including the number of connections, the segments sent and received, and error counts.

Link copied to clipboard
interface UdpStats

UdpStats Represents the statistics for the UDP protocol, including the number of datagrams sent and received, as well as any errors or datagrams with no port.