goog.net.XmlHttpFactory | |
goog.net.WrapperXmlHttpFactory | goog.net.XmlHttpFactory |
xhrFactory
: function():!goog.net.XhrLike.OrNative
A function which returns a new XHR object.
|
optionsFactory
: function():!Object
A function which returns the
options associated with xhr objects from this factory.
|
![]()
No description.
Returns: !goog.net.XhrLike.OrNative
A new XhrLike instance.
|
code » | |
No description.
Returns: Object
Options describing how xhr objects obtained from this
factory should be used.
|
code » | |
Override this method in subclasses to preserve the caching offered by
getOptions().
Returns: Object
Options describing how xhr objects obtained from this
factory should be used.
|
code » |
![]()
No description.
|
Code » |
![]()
Cache of options - we only actually call internalGetOptions once.
|
Code » |
![]()
No description.
|
Code » |