Lines Matching refs:Util
38 window.WEB_SOCKET_SWF_LOCATION = Util.get_include_uri() +
40 if (Util.Engine.trident) {
41 Util.Debug("Forcing uncached load of WebSocketMain.swf");
44 Util.load_scripts(["web-socket-js/swfobject.js",
174 Util.Debug("bufferedAmount: " + this._websocket.bufferedAmount);
185 Util.Info("Delaying send, bufferedAmount: " +
228 Util.Info("Detected binaryType support in WebSockets");
254 Util.Error('Skipping unsupported WebSocket binary sub-protocol');
283 Util.Debug('>> WebSock.onopen');
286 Util.Info("Server choose sub-protocol: " + this._websocket.protocol);
289 Util.Error('Server select no sub-protocol!: ' + this._websocket.protocol);
292 Util.Debug("<< WebSock.onopen");
295 Util.Debug(">> WebSock.onclose");
297 Util.Debug("<< WebSock.onclose");
300 Util.Debug(">> WebSock.onerror: " + e);
302 Util.Debug("<< WebSock.onerror: " + e);
310 Util.Info("Closing WebSocket connection");
353 Util.Debug("Ignoring empty message");
371 Util.Error("recv_message, caught exception: " + exception_str);
373 Util.Error("recv_message, caught exception: " + exc);