webchannelbase.js
No description.

File Location

/goog/labs/net/webchannel/webchannelbase.js

Classes

goog.labs.net.webChannel.WebChannelBase
This WebChannel implementation is branched off goog.net.BrowserChannel for now. Ongoing changes to goog.net.BrowserChannel will be back ported to this implementation as needed.
goog.labs.net.webChannel.WebChannelBase.Handler
Abstract base class for the channel handler

Public Protected Private

Enumerations

Global Functions

function%23&fn()
No description.
code »
goog.labs.net.webChannel.WebChannelBase.isFatalError_(errorstatusCode) boolean
Returns whether or not the given error/status combination is fatal or not. On fatal errors we immediately close the session rather than retrying the failed request.
Arguments:
error : ?ChannelRequest.Error
The error code for the failed request.
statusCode : number
The last HTTP status code.
Returns: boolean  Whether or not the error is fatal.
code »

Global Variables

function%22 :
No description.
Code »
function%23 :
No description.
Code »
function%24 :
No description.
Code »
function%25 :
No description.
Code »
function%26 :
No description.
Code »

Directory webchannel

File Reference