The goog.net.XmlHttp Namespace

goog.net.XmlHttp()

Static class for creating XMLHttpRequest objects.

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

.ASSUME_NATIVE_XHR

The goog.net.XmlHttp.OptionType Enum

Type of options that an XmlHttp object can have. … more

The goog.net.XmlHttp.ReadyState Enum

Status constants for XMLHTTP, matches: http://msdn.microsoft.com/library/default.asp?url=/library/ en-us/xmlsdk/html/0e6a34e4-f90c-489d-acff-cb44242fafc6.asp … more

.getOptions()

Gets the options to use with the XMLHttpRequest objects obtained using the static methods.

returns {Object}
The options.

.setGlobalFactory(factory)

Sets the global factory object.

factory {!goog.net.XmlHttpFactory}
New global factory object.