_customEvents
- private static object
A reference table that maps callback custom events members to its specific
event name.
_default_form_header
- private static boolean
The default header used for transactions involving the
use of HTML forms.
_default_xhr_header
- private static boolean
The default header value for the label
"X-Requested-With". This is sent with each
transaction, by default, to identify the
request as being made by YUI Connection Manager.
_has_default_header
- private static boolean
Determines if custom, default headers
are set for each transaction.
_poll
- private static object
Collection of polling references to the polling mechanism in handleReadyState.
_polling_interval
- private static int
The polling frequency, in milliseconds, for HandleReadyState.
when attempting to determine a transaction's XHR readyState.
The default is 50 milliseconds.
_timeOut
- private static object
Queue of timeout values for each transaction callback with a defined timeout value.
_transaction_id
- private static int
A transaction counter that increments the transaction id for each transaction.
_use_default_post_header
- private static boolean
Determines if a default header of
Content-Type of 'application/x-www-form-urlencoded'
will be added to any client HTTP headers sent for POST
transactions.
_use_default_xhr_header
- private static boolean
Determines if a default header of
'X-Requested-With: XMLHttpRequest'
will be added to each transaction.
abortEvent
- private static CustomEvent
Custom event that fires when a transaction is successfully aborted.
completeEvent
- private static CustomEvent
Custom event that fires when a transaction response has completed.
failureEvent
- private static CustomEvent
Custom event that fires when handleTransactionResponse() determines a
response in the HTTP 4xx/5xx range.
successEvent
- private static CustomEvent
Custom event that fires when handleTransactionResponse() determines a
response in the HTTP 2xx range.