Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TCPClientServer

Index

Constructors

constructor

Properties

clients

clients: Map<TCPClientSession, WebSocket | MockWebSocket> = new Map<TCPClientSession, WebSocket | MockWebSocket>()

connectionManager

connectionManager: ConnectionManager

host

host: string

nextClientID

nextClientID: number

port

port: number

socketServer

socketServer: Server

Methods

addClientSession

broadcastMessage

  • broadcastMessage(message: Message): void

Private killServer

  • killServer(): void

onConnection

removeClientSession

removeTCPClient

restart

  • restart(): void

start

  • start(): void

timeoutTCPClient

Generated using TypeDoc