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 returns the active clients that the WsServer is handling for a given path. These connection-scoped Ids are derived from the Sec-WebSocket-Key header. They are not authenticated identities and must not be used for authorization. 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.