Searched refs:_onSocketInfo (Results 1 – 1 of 1) sorted by relevance
160 tcpConnection.requestSocketInfo(this._onSocketInfo.bind(this));181 TcpServer.prototype._onSocketInfo = function(tcpConnection, socketInfo) { method in TcpServer213 this._onSocketInfo.bind(this, callback));286 TcpConnection.prototype._onSocketInfo = function(callback, socketInfo) { method in TcpConnection