a:23:{s:9:"#provides";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:9:"#resource";s:38:"cometd/longPollTransportJsonEncoded.js";s:9:"#requires";a:1:{i:0;a:2:{i:0;s:6:"common";i:1;s:18:"dojox.cometd._base";}}s:41:"dojox.cometd.longPollTransportJsonEncoded";a:5:{s:4:"type";s:8:"Function";s:11:"initialized";b:1;s:6:"source";s:4427:"dojo.provide("dojox.cometd.longPollTransportJsonEncoded"); dojo.require("dojox.cometd._base"); dojox.cometd.longPollTransportJsonEncoded = new function(){ // This is an alternative implementation to that provided in logPollTransportFormEncoded.js // that sends messages as text/json rather than form encoding them. this._connectionType="long-polling"; this._cometd=null; this.check = function(types, version, xdomain){ return ((!xdomain)&&(dojo.indexOf(types, "long-polling") >= 0)); } this.tunnelInit = function(){ var message = { channel: "/meta/connect", clientId: this._cometd.clientId, connectionType: this._connectionType, id: ""+this._cometd.messageId++ }; message=this._cometd._extendOut(message); this.openTunnelWith([message]); } this.tunnelCollapse = function(){ // TODO handle transport specific advice if(!this._cometd._initialized){ return; } if(this._cometd._advice && this._cometd._advice["reconnect"]=="none"){ return; } if (this._cometd._status=="connected") { setTimeout(dojo.hitch(this,function(){this._connect();}),this._cometd._interval()); }else{ setTimeout(dojo.hitch(this._cometd,function(){this.init(this.url,this._props);}),this._cometd._interval()); } } this._connect = function(){ if(!this._cometd._initialized){ return; } if(this._cometd._polling) { return; } if((this._cometd._advice) && (this._cometd._advice["reconnect"]=="handshake")){ this._cometd._status="unconnected"; this._initialized = false; this._cometd.init(this._cometd.url,this._cometd._props); }else if(this._cometd._status=="connected"){ var message={ channel: "/meta/connect", connectionType: this._connectionType, clientId: this._cometd.clientId, id: ""+this._cometd.messageId++ }; if (this._cometd.connectTimeout>=this._cometd.expectedNetworkDelay){ message.advice={timeout:(this._cometd.connectTimeout-this._cometd.expectedNetworkDelay)}; } message=this._cometd._extendOut(message); this.openTunnelWith([message]); } } this.deliver = function(message){ // Nothing to do } this.openTunnelWith = function(messages, url){ this._cometd._polling = true; var post = { url: (url||this._cometd.url), postData: dojo.toJson(messages), contentType: "text/json;charset=UTF-8", handleAs: this._cometd.handleAs, load: dojo.hitch(this, function(data){ this._cometd._polling=false; this._cometd.deliver(data); this._cometd._backon(); this.tunnelCollapse(); }), error: dojo.hitch(this, function(err){ this._cometd._polling=false; var metaMsg = { failure: true, error: err, advice: this._cometd._advice }; this._cometd._publishMeta("connect",false, metaMsg); this._cometd._backoff(); this.tunnelCollapse(); }) }; var connectTimeout=this._cometd._connectTimeout(); if (connectTimeout>0) { post.timeout=connectTimeout; } this._poll = dojo.rawXhrPost(post); } this.sendMessages = function(messages){ for(var i=0; i= 0));";s:7:"summary";s:0:"";}s:52:"dojox.cometd.longPollTransportJsonEncoded.tunnelInit";a:4:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:4:"type";s:8:"Function";s:6:"source";s:241:" var message = { channel: "/meta/connect", clientId: this._cometd.clientId, connectionType: this._connectionType, id: ""+this._cometd.messageId++ }; message=this._cometd._extendOut(message); this.openTunnelWith([message]);";s:7:"summary";s:0:"";}s:56:"dojox.cometd.longPollTransportJsonEncoded.tunnelCollapse";a:4:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:4:"type";s:8:"Function";s:6:"source";s:1255:"dojo.provide("dojox.cometd.longPollTransportJsonEncoded"); dojo.require("dojox.cometd._base"); dojox.cometd.longPollTransportJsonEncoded = new function(){ // This is an alternative implementation to that provided in logPollTransportFormEncoded.js // that sends messages as text/json rather than form encoding them. this._connectionType="long-polling"; this._cometd=null; this.check = function(types, version, xdomain){ return ((!xdomain)&&(dojo.indexOf(types, "long-polling") >= 0)); } this.tunnelInit = function(){ var message = { channel: "/meta/connect", clientId: this._cometd.clientId, connectionType: this._connectionType, id: ""+this._cometd.messageId++ }; message=this._cometd._extendOut(message); this.openTunnelWith([message]); } this.tunnelCollapse = function(){ // TODO handle transport specific advice if(!this._cometd._initialized){ return; } if(this._cometd._advice && this._cometd._advice["reconnect"]=="none"){ return; } if (this._cometd._status=="connected") { setTimeout(dojo.hitch(this,function(){this._connect();}),this._cometd._interval()); }else{ setTimeout(dojo.hitch(this._cometd,function(){this.init(this.url,this._props);}),this._cometd._interval()); }";s:7:"summary";s:0:"";}s:57:"dojox.cometd.longPollTransportJsonEncoded._cometd._status";a:4:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:7:"private";b:1;s:14:"private_parent";b:1;s:7:"summary";s:0:"";}s:50:"dojox.cometd.longPollTransportJsonEncoded._connect";a:5:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:4:"type";s:8:"Function";s:6:"source";s:775:" if(!this._cometd._initialized){ return; } if(this._cometd._polling) { return; } if((this._cometd._advice) && (this._cometd._advice["reconnect"]=="handshake")){ this._cometd._status="unconnected"; this._initialized = false; this._cometd.init(this._cometd.url,this._cometd._props); }else if(this._cometd._status=="connected"){ var message={ channel: "/meta/connect", connectionType: this._connectionType, clientId: this._cometd.clientId, id: ""+this._cometd.messageId++ }; if (this._cometd.connectTimeout>=this._cometd.expectedNetworkDelay){ message.advice={timeout:(this._cometd.connectTimeout-this._cometd.expectedNetworkDelay)}; } message=this._cometd._extendOut(message); this.openTunnelWith([message]); }";s:7:"private";b:1;s:7:"summary";s:0:"";}s:54:"dojox.cometd.longPollTransportJsonEncoded._initialized";a:3:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:7:"private";b:1;s:7:"summary";s:0:"";}s:49:"dojox.cometd.longPollTransportJsonEncoded.deliver";a:5:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:7:"message";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:2124:"dojo.provide("dojox.cometd.longPollTransportJsonEncoded"); dojo.require("dojox.cometd._base"); dojox.cometd.longPollTransportJsonEncoded = new function(){ // This is an alternative implementation to that provided in logPollTransportFormEncoded.js // that sends messages as text/json rather than form encoding them. this._connectionType="long-polling"; this._cometd=null; this.check = function(types, version, xdomain){ return ((!xdomain)&&(dojo.indexOf(types, "long-polling") >= 0)); } this.tunnelInit = function(){ var message = { channel: "/meta/connect", clientId: this._cometd.clientId, connectionType: this._connectionType, id: ""+this._cometd.messageId++ }; message=this._cometd._extendOut(message); this.openTunnelWith([message]); } this.tunnelCollapse = function(){ // TODO handle transport specific advice if(!this._cometd._initialized){ return; } if(this._cometd._advice && this._cometd._advice["reconnect"]=="none"){ return; } if (this._cometd._status=="connected") { setTimeout(dojo.hitch(this,function(){this._connect();}),this._cometd._interval()); }else{ setTimeout(dojo.hitch(this._cometd,function(){this.init(this.url,this._props);}),this._cometd._interval()); } } this._connect = function(){ if(!this._cometd._initialized){ return; } if(this._cometd._polling) { return; } if((this._cometd._advice) && (this._cometd._advice["reconnect"]=="handshake")){ this._cometd._status="unconnected"; this._initialized = false; this._cometd.init(this._cometd.url,this._cometd._props); }else if(this._cometd._status=="connected"){ var message={ channel: "/meta/connect", connectionType: this._connectionType, clientId: this._cometd.clientId, id: ""+this._cometd.messageId++ }; if (this._cometd.connectTimeout>=this._cometd.expectedNetworkDelay){ message.advice={timeout:(this._cometd.connectTimeout-this._cometd.expectedNetworkDelay)}; } message=this._cometd._extendOut(message); this.openTunnelWith([message]); } } this.deliver = function(message){ // Nothing to do";s:7:"summary";s:0:"";}s:56:"dojox.cometd.longPollTransportJsonEncoded.openTunnelWith";a:5:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:8:"messages";a:1:{s:4:"type";s:0:"";}s:3:"url";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:817:" this._cometd._polling = true; var post = { url: (url||this._cometd.url), postData: dojo.toJson(messages), contentType: "text/json;charset=UTF-8", handleAs: this._cometd.handleAs, load: dojo.hitch(this, function(data){ this._cometd._polling=false; this._cometd.deliver(data); this._cometd._backon(); this.tunnelCollapse(); }), error: dojo.hitch(this, function(err){ this._cometd._polling=false; var metaMsg = { failure: true, error: err, advice: this._cometd._advice }; this._cometd._publishMeta("connect",false, metaMsg); this._cometd._backoff(); this.tunnelCollapse(); }) }; var connectTimeout=this._cometd._connectTimeout(); if (connectTimeout>0) { post.timeout=connectTimeout; } this._poll = dojo.rawXhrPost(post);";s:7:"summary";s:0:"";}s:58:"dojox.cometd.longPollTransportJsonEncoded._cometd._polling";a:4:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:7:"private";b:1;s:14:"private_parent";b:1;s:7:"summary";s:0:"";}s:47:"dojox.cometd.longPollTransportJsonEncoded._poll";a:3:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:7:"private";b:1;s:7:"summary";s:0:"";}s:54:"dojox.cometd.longPollTransportJsonEncoded.sendMessages";a:5:{s:8:"instance";s:41:"dojox.cometd.longPollTransportJsonEncoded";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:8:"messages";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:604:" for(var i=0; i