Searched refs:_onAcceptError (Results 1 – 1 of 1) sorted by relevance
39 this._onAcceptError = this._onAcceptError.bind(this);99 socket.onAcceptError.removeListener(this._onAcceptError);126 socket.onAcceptError.addListener(this._onAcceptError);164 TcpServer.prototype._onAcceptError = function(info) { method in TcpServer