Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinkServer

Hierarchy

  • LinkServer

Index

Constructors

constructor

Properties

Protected _connections

_connections: Set<LinkConnection> = new Set()

Protected _options

Protected Optional _server

_server: Server

status

Methods

Protected _onConnection

  • _onConnection(socket: Socket): void

setDropRate

  • setDropRate(dropRate: number): void

start

  • start(): Promise<this>

stop

  • stop(): Promise<this>

Generated using TypeDoc