Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 3 of 3) sorted by relevance

/unit/src/nodejs/unit-http/
H A Dhttp_server.js171 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 Dsocket.js64 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 Dwebsocket_router.js63 WebSocketRouter.prototype.mount = function(path, protocol, callback) { argument