Hierarchy

  • ConnectionStat

Properties

direction: Direction

Outbound conections are opened by the local node, inbound streams are opened by the remote

encryption?: string

Once a connection encrypter has been negotiated for this stream, it will be set on the stat object

multiplexer?: string

Once a multiplexer has been negotiated for this stream, it will be set on the stat object

status: "OPEN" | "CLOSING" | "CLOSED"

The current status of the connection

Lifecycle times for the connection