connections property
WebSocket connections by client identifier
Implementation
HashMap<String, WebSocketConnection> connections = HashMap();
WebSocket connections by client identifier
HashMap<String, WebSocketConnection> connections = HashMap();