Searched refs:onConnection (Results 1 – 3 of 3) sorted by relevance
27 const server = tls.createServer(options, onConnection);38 function onConnection(conn) { function
39 const server = tls.createServer(options, onConnection);56 function onConnection(conn) { function
40 const server = net.createServer(function onConnection(conn) { function