search

goog.net.ChannelRequest

Provided By

Creates a ChannelRequest object which encapsulates a request to the server. A new ChannelRequest is created for each request to the server.

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

Parameters
channel(goog.net.BrowserChannel|goog.net.BrowserTestChannel|null)

The BrowserChannel that owns this request.

channelDebug(goog.net.ChannelDebug|null)

A ChannelDebug 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

Static Properties

Enumerations