Searched refs:connectionListener (Results 1 - 3 of 3) sorted by relevance
/third_party/node/lib/ |
H A D | net.js | 213 * @param {Function} [connectionListener] 217 function createServer(options, connectionListener) { 218 return new Server(options, connectionListener); 1652 function Server(options, connectionListener) { 1654 return new Server(options, connectionListener); 1659 connectionListener = options; 1661 this.on('connection', connectionListener); 1665 if (typeof connectionListener === 'function') { 1666 this.on('connection', connectionListener);
|
H A D | _http_server.js | 542 this.on('connection', connectionListener); 633 function connectionListener(socket) { function 1204 _connectionListener: connectionListener,
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 3034 function connectionListener(socket) { class 3148 super(options, connectionListener); 3176 super(options, connectionListener);
|
Completed in 7 milliseconds