Searched refs:WS (Results 1 – 4 of 4) sorted by relevance
7 import WS from 'ws';34 socket: WS;75 createWebSocketListeners(server: HttpServer | HttpsServer): Record<string, WS.Server>;93 _createDeviceConnectionWSServer(): WS.Server;102 _createDebuggerConnectionWSServer(): WS.Server;113 _deviceSocket: WS;134 constructor(id: number, name: string, app: string, socket: WS, projectRoot: string);145 handleDebuggerConnection(socket: WS, pageId: string): void;173 socket: WS
6 import WS from 'ws';129 let deviceWs: WS | null = null;130 let debuggerWs: WS | null = null;133 deviceWs = new WS(deviceWebSocketUrl);158 let deviceWs: WS | null = null;159 let debuggerWs: WS | null = null;162 deviceWs = new WS(deviceWebSocketUrl);191 let oldDeviceWs: WS | null = null;192 let newDeviceWs: WS | null = null;193 let debuggerWs: WS | null = null;[all …]
3 import type WS from 'ws'; alias75 handleDebuggerConnectionWithType(socket: WS, pageId: string, debuggerType: DebuggerType): void {94 socket: WS
5 import WS, { Server as WSServer } from 'ws';73 const wss = new WS.Server({135 const wss = new WS.Server({