search

goog.labs.net.webChannel.ChannelRequest

Provided By

A new ChannelRequest is created for each request to the server.

new ChannelRequest( channel, channelDebug, opt_sessionId, opt_requestId, opt_retryId )

Parameters
channel(goog.labs.net.webChannel.Channel|null)

The channel that owns this request.

channelDebug(goog.labs.net.webChannel.WebChannelDebug|null)

A WebChannelDebug to use for logging.

opt_sessionIdstring=

The session id for the channel.

opt_requestId(string|number)=

The request id for this request.

opt_retryIdnumber=

The retry id for this request.

Instance Methods

Static Functions

Enumerations