goog.net.ChannelDebug
Provided By |
---|
Logs and keeps a buffer of debugging info for the Channel.
new ChannelDebug()
Parameters | None. |
---|
Instance Methods
expand_more
this.browserOfflineResponse( url ) → void
void
Logs that the browser went offline during the lifetime of a request.
Parameters |
|
---|
expand_more
this.debug( text ) → void
void
expand_more
this.dumpException( e, msg ) → void
void
expand_more
this.getLogger() → (goog.log.Logger|null)
(goog.log.Logger|null)
Gets the logger used by this ChannelDebug.
Parameters | None. | ||
---|---|---|---|
Returns |
|
expand_more
this.info( text ) → void
void
expand_more
this.severe( text, error ) → void
void
expand_more
this.timeoutResponse( uri ) → void
void
expand_more
this.tridentChannelRequest( verb, uri, id, attempt ) → void
void
expand_more
this.tridentChannelResponseDone( id, successful ) → void
void
expand_more
this.tridentChannelResponseText( id, responseText ) → void
void
expand_more
this.warning( text ) → void
void
expand_more
this.xmlHttpChannelRequest( verb, uri, id, attempt, postData ) → void
void
expand_more
this.xmlHttpChannelResponseMetaData( verb, uri, id, attempt, readyState, statusCode ) → void
void
Logs the meta data received from an XmlHttp request.
Parameters |
|
---|
expand_more
this.xmlHttpChannelResponseText( id, responseText, opt_desc ) → void
void
Static Properties
expand_more
ChannelDebug.MAGIC_RESPONSE_COOKIE → string
string
The normal response for forward channel requests. Used only before version 8 of the protocol.