Getter methods
This is the collection of getter methods within the WsServer
interface. There are 4 getter methods in total.
destroy
The destroy
method provides a way to clean up the server at the end of its use.
getClientIds
The getClientIds
method method returns the active clients that the WsServer
is handling for a given path.
getPathIds
The getPathIds
method returns the active paths that the WsServer
is handling.
getWebSocketServer
The getWebSocketServer
method returns a reference to the WebSocketServer being used for this WsServer
.