net.XmlHttpFactory Extends Object
Abstract base class for an XmlHttpRequest factory.

Inheritance

Constructor

goog.net.XmlHttpFactory()

Instance Methods

Public Protected Private
createInstance()
(GearsHttpRequest | XMLHttpRequest)
No description.
Returns: 
(GearsHttpRequest | XMLHttpRequest)
  A new XMLHttpRequest instance.
code »
getOptions()
(Object | null)
No description.
Returns: 
(Object | null)
  Options describing how xhr objects obtained from this factory should be used.
code »
internalGetOptions()
(Object | null)
Override this method in subclasses to preserve the caching offered by getOptions().
Returns: 
(Object | null)
  Options describing how xhr objects obtained from this factory should be used.
code »

Instance Properties

cachedOptions_ :
(Object | null)
Cache of options - we only actually call internalGetOptions once.
Code »

Static Methods

goog.net.XmlHttpFactory.call()
No description.
code »

Package net

Package Reference