Package-level declarations

Types

Link copied to clipboard
class InetAddressTrafficMonitor<CP : ClientProt, Enum<CP>, SP : ServerProt, Enum<SP>, DC : Enum<DC>>(clientProts: Array<out CP>, serverProts: Array<out SP>, disconnectionReasons: Array<out DC>)

A traffic monitor for a specific java.net.InetAddress.

Link copied to clipboard
data class PacketSnapshot(val count: Long, val cumulativePayloadSize: Long)

A data class to track a snapshot of a given packet.