_fn
- private static object
Object that stores callback handlers for cross-domain requests
when using Flash as the transport.
_headers
- private static object
Object of default HTTP headers to be initialized and sent
for all transactions.
_qMaxSize
- private static int
Queue property to set a maximum queue storage size. When
this property is set, the queue will not store any more transactions
until the queue size os reduced below this threshold. There is no
maximum queue size until it is explicitly set.
_qState
- private static int
Property to determine whether the queue is set to
1 (active) or 0 (inactive). When inactive, transactions
will be stored in the queue until the queue is set to active.
_timeOut
- private static object
Object that stores timeout values for any transaction with
a defined "timeout" configuration property.