A pool of XhrIo objects.
extends goog.structs.PriorityPool| Instance Method Summary | |
createObject() ⇒ ?goog.net.XhrIoCreates an instance of an XhrIo object to use in the pool. | |
disposeObject(?goog.net.XhrIo obj)Should be overridden to dispose of an object, default implementation is to remove all its members which should render it useless. | |
objectCanBeReused(?goog.net.XhrIo obj) ⇒ booleanDetermine if an object has become unusable and should not be used. | |