Getter methods
destroy
The destroy
method provides a way to clean up the server at the end of its use. Read more.
getClientIds
The getClientIds
method method returns the active clients that the WsServer
is handling for a given path. Read more.
getPathIds
The getPathIds
method returns the active paths that the WsServer
is handling. Read more.
getWebSocketServer
The getWebSocketServer
method returns a reference to the WebSocketServer being used for this WsServer
. Read more.