Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ConnectionHandlers

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly handlers

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

Protected Optional Readonly parent

Methods

push

  • push(spec: string, callback: (params: PathParams, connection: T) => void): void

route

  • route(path: string, connection: T): string | false