The goog.net.XmlHttpFactory Class

goog.net.XmlHttpFactory()

Abstract base class for an XmlHttpRequest factory.

.createInstance()

returns {!(XMLHttpRequest|GearsHttpRequest)}
A new XMLHttpRequest instance.

.getOptions()

returns {Object}
Options describing how xhr objects obtained from this factory should be used.