connections property

HashMap<String, WebSocketConnection> connections
getter/setter pair

WebSocket connections by client identifier

Implementation

HashMap<String, WebSocketConnection> connections = HashMap();