Searched refs:openSockets (Results 1 – 1 of 1) sorted by relevance
51 this.openSockets=[]; property in anonymousFunction5d816d940100.TcpServer102 for (var i=0; i<this.openSockets.length; i++) {104 this.openSockets[i].close();109 this.openSockets=[]; property152 if (this.openSockets.length >= this.maxConnections) {158 this.openSockets.push(tcpConnection);