Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConnectionService

connection statistics service record connection, login count and list

Hierarchy

Index

Constructors

constructor

Properties

connCount

connCount: number = 0

logined

logined: object

Type declaration

loginedCount

loginedCount: number = 0

serverId

serverId: string

Methods

addLoginedUser

decreaseConnectionCount

  • decreaseConnectionCount(uid: UID): void

getStatisticsInfo

  • getStatisticsInfo(): object

increaseConnectionCount

  • increaseConnectionCount(): void

removeLoginedUser

  • removeLoginedUser(uid: UID): void

updateUserInfo