Add constructors and Javadoc comments to improve clarity and completeness across server components, including WebSocket and routing classes.
Auto Publish on Version Change / check-and-publish (push) Successful in 14s
Run Tests on Push and Pull Request / run-tests (push) Successful in 18s

This commit is contained in:
CodingPhoenixx
2026-05-29 09:00:31 +02:00
parent 5d6e8622bf
commit a7b65c031d
8 changed files with 79 additions and 1 deletions
@@ -42,6 +42,8 @@ public final class WebSocketGroup {
}
/**
* Returns the name of this group.
*
* @return the group name
*/
public String name() {
@@ -71,6 +73,8 @@ public final class WebSocketGroup {
}
/**
* Returns how many connections are currently in the group.
*
* @return the current number of member connections
*/
public int size() {