Searched refs:Websock (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/webclients/novnc/include/
H A Dwebsock.js2 * Websock: high-performance binary WebSockets
6 * Websock is similar to the standard WebSocket object but Websock
9 * stream between Websock and websockify.
11 * Websock has built-in receive queue buffering; the message event
50 function Websock() { class
72 Websock.prototype = {
H A Drfb.js14 /*global window, Util, Display, Keyboard, Mouse, Websock, Websock_native, Base64, DES */
63 this._sock = null; // Websock object
172 this._sock = new Websock();

Completed in 171 milliseconds