xmlhttp.js
Low level handling of XMLHttpRequest.

File Location

net/xmlhttp.js

Classes

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.

Public Protected Private

Enumerations

Global Functions

goog.net.XmlHttp()
(GearsHttpRequest | XMLHttpRequest)
Static class for creating XMLHttpRequest objects.
Returns: 
(GearsHttpRequest | XMLHttpRequest)
  A new XMLHttpRequest object.
code »
goog.net.XmlHttp.getOptions()
(Object | null)
Gets the options to use with the XMLHttpRequest objects obtained using the static methods.
Returns: 
(Object | null)
  The options.
code »
goog.net.XmlHttp.setFactory(factoryoptionsFactory)
Use setGlobalFactory instead. Sets the factories for creating XMLHttpRequest objects and their options.
Arguments:
factory :
(Function | null)
The factory for XMLHttpRequest objects.
optionsFactory :
(Function | null)
The factory for options.
code »
goog.net.XmlHttp.setGlobalFactory(factory)
Sets the global factory object.
Arguments:
factory :
New global factory object.
code »

Global Properties

goog.net.XmlHttp.factory_ :
The global factory instance for creating XMLHttpRequest objects.
Code »

Directory net

File Reference