Class ConnectionHandlers<T>

Type Parameters

  • T

Constructors

Properties

Methods

Constructors

Properties

handlers: ((path, connection) => string | false)[] = []

Type declaration

    • (path, connection): string | false
    • Parameters

      • path: string
      • connection: T

      Returns string | false

Methods