net.DefaultXmlHttpFactory Extends goog.net.XmlHttpFactory
Default factory to use when creating xhr objects. You probably shouldn't be instantiating this directly, but rather using it via goog.net.XmlHttp.

Inheritance

Constructor

goog.net.DefaultXmlHttpFactory()

Instance Methods

Public Protected Private
createInstance()
No description.
code »
getProgId_() string
Initialize the private state used by other functions.
Returns: string  The ActiveX PROG ID string to use to create xhr's in IE.
code »
internalGetOptions()
No description.
code »
createInstance() !goog.net.XhrLike.OrNative
No description.
Returns: !goog.net.XhrLike.OrNative  A new XhrLike instance.
code »
getOptions() Object
No description.
Returns: Object  Options describing how xhr objects obtained from this factory should be used.
code »
internalGetOptions() Object
Override this method in subclasses to preserve the caching offered by getOptions().
Returns: Object  Options describing how xhr objects obtained from this factory should be used.
code »

Instance Properties

constructor :
No description.
Code »
ieProgId_ :
The ActiveX PROG ID string to use to create xhr's in IE. Lazily initialized.
Code »
cachedOptions_ :
Cache of options - we only actually call internalGetOptions once.
Code »

Static Properties

goog.net.DefaultXmlHttpFactory.superClass_ :
No description.
Code »

Package net

Package Reference