net.XmlHttpFactory Extends
Abstract base class for an XmlHttpRequest factory.

Inheritance

Constructor

goog.net.XmlHttpFactory()

Instance Methods

Public Protected Private
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

cachedOptions_ :
Cache of options - we only actually call internalGetOptions once.
Code »

Package net

Package Reference