The goog.net.DefaultXmlHttpFactory Class

goog.net.DefaultXmlHttpFactory
> goog.net.XmlHttpFactory

goog.net.DefaultXmlHttpFactory()

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

.createInstance()

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

.getOptions()

Inherited from goog.net.XmlHttpFactory .

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