Class QUICConnectionMap

Hierarchy

  • QUICConnectionMap

Implements

Constructors

Properties

[toStringTag]: string = 'QUICConnectionMap'
_clientConnections: Map<string, QUICConnection> = ...
_serverConnections: Map<string, QUICConnection> = ...

Accessors

  • get clientConnections(): ReadonlyMap<string, QUICConnection>
  • Gets the client connections. This uses ConnectionIdString because it is too complex to map ConnectionId to ConnectionIdString and back.

    Returns ReadonlyMap<string, QUICConnection>

  • get serverConnections(): ReadonlyMap<string, QUICConnection>
  • Gets the server connections. This uses ConnectionIdString because it is too complex to map ConnectionId to ConnectionIdString and back.

    Returns ReadonlyMap<string, QUICConnection>

Methods

Generated using TypeDoc