public interface WebSocketManager
Modifier and Type | Method and Description |
---|---|
void |
addToGroup(String group,
String id) |
void |
removeFromGroup(String group,
String id) |
void |
send(String id,
String message) |
void |
sendToGroup(String group,
String message) |