Class goog.net.XmlHttpFactory

code »

Abstract base class for an XmlHttpRequest factory.

Constructor

goog.net.XmlHttpFactory ( )
Show:

Instance Methods

code »createInstance ( )!(XMLHttpRequest|GearsHttpRequest)
Returns
A new XMLHttpRequest instance.
Returns
Options describing how xhr objects obtained from this factory should be used.

Override this method in subclasses to preserve the caching offered by getOptions().

Returns
Options describing how xhr objects obtained from this factory should be used.

Instance Properties

Cache of options - we only actually call internalGetOptions once.