Search
Preparing search index...
The search index is not available
@inventory/wss-manager - v0.0.13
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
WSServer
Class WSServer
Hierarchy
WSServer
Index
Constructors
constructor
Properties
_connections
_options
_server
status
Methods
_on
Connection
start
stop
Constructors
constructor
new WSServer
(
options
:
WSServerOptions
)
:
WSServer
Parameters
options:
WSServerOptions
Returns
WSServer
Properties
Protected
_connections
_connections
:
Set
<
WSConnection
>
= new Set()
Protected
_options
_options
:
WSServerOptions
Protected
Optional
_server
_server
:
Server
status
status
:
WSServerStatus
Methods
Protected
_on
Connection
_on
Connection
(
socket
:
WebSocket
)
:
void
Parameters
socket:
WebSocket
Returns
void
start
start
(
)
:
Promise
<
this
>
Returns
Promise
<
this
>
stop
stop
(
)
:
Promise
<
this
>
Returns
Promise
<
this
>
Globals
Link
Connection
Status
Link
Server
Status
WSConnection
Status
WSServer
Status
Link
Connection
Link
Server
WSConnection
WSSManager
WSServer
constructor
_connections
_options
_server
status
_on
Connection
start
stop
Link
Connection
Options
Link
Server
Options
WSConnection
Options
WSSManager
Options
WSServer
Options
WSMessage
Handler
debug
Status
Generated using
TypeDoc