allRelaysEntries static method

List<MapEntry<String, WebSocket>> allRelaysEntries()

Returns all WebSockets registered in the registry.

Implementation

static List<MapEntry<String, WebSocket>> allRelaysEntries() {
  return relaysWebSocketsRegistry.entries.toList();
}