Searched defs:callback (Results 1 – 3 of 3) sorted by relevance
/unit/src/nodejs/unit-http/ |
H A D | http_server.js | 171 ServerResponse.prototype.setTimeout = function setTimeout(msecs, callback) { argument 243 ServerResponse.prototype._writeBody = function(chunk, encoding, callback) { argument 315 ServerResponse.prototype.write = function write(chunk, encoding, callback) { argument 337 ServerResponse.prototype.end = function end(chunk, encoding, callback) { argument 370 ServerRequest.prototype.setTimeout = function setTimeout(msecs, callback) { argument 450 Server.prototype.setTimeout = function setTimeout(msecs, callback) { argument 550 function BufferedOutput(resp, offset, chunk, encoding, callback) { argument
|
H A D | socket.js | 64 Socket.prototype.end = function end(data, encoding, callback) { argument 85 Socket.prototype.setTimeout = function setTimeout(timeout, callback) { argument 100 Socket.prototype.write = function write(data, encoding, callback) { argument
|
H A D | websocket_router.js | 63 WebSocketRouter.prototype.mount = function(path, protocol, callback) { argument
|