Searched refs:_onAccept (Results 1 – 1 of 1) sorted by relevance
38 this._onAccept = this._onAccept.bind(this);98 socket.onAccept.removeListener(this._onAccept);125 socket.onAccept.addListener(this._onAccept);148 TcpServer.prototype._onAccept = function (info) { method in TcpServer