Modifier and Type | Method and Description |
---|---|
WebsocketServerEvents |
WebsocketServerController.findMemberByName(java.lang.String memberName)
Find specific client connection from a name.
|
Modifier and Type | Method and Description |
---|---|
void |
WebsocketServerController.join(WebsocketServerEvents socket)
Add new client to the list of all active clients
|
void |
WebsocketServerController.remove(WebsocketServerEvents socket)
Removes client to the list of all active clients
|