Home
last modified time | relevance | path

Searched refs:binEncoding (Results 1 – 1 of 1) sorted by relevance

/dports/devel/thrift/thrift-0.14.0/lib/nodejs/lib/thrift/
H A Dweb_server.js85 encode: function(data, mask, binEncoding) { argument
89 (binEncoding ? wsFrame.frameOpCodes.BIN : wsFrame.frameOpCodes.TEXT);
142 binEncoding: false, property in wsFrame.decode.result
151 result.binEncoding = (wsFrame.frameOpCodes.BIN == (frame[0] & wsFrame.frameOpCodes.BIN));
462 function processWS(data, socket, svc, binEncoding) { argument
467 var frame = wsFrame.encode(buf, null, binEncoding);
551 processWS(result.data, socket, svc, result.binEncoding);