Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WSServer

Hierarchy

  • WSServer

Index

Constructors

constructor

Properties

Protected _connections

_connections: Set<WSConnection> = new Set()

Protected _options

_options: WSServerOptions

Protected Optional _server

_server: Server

status

Methods

Protected _onConnection

  • _onConnection(socket: WebSocket): void

start

  • start(): Promise<this>

stop

  • stop(): Promise<this>

Generated using TypeDoc