goog.net.BrowserChannel.Stat
Provided By | |
---|---|
All Known Aliases | |
Type | number |
Alias the internal Stat module to be used from the main BrowserChannel module.
Values
ACTIVE_X_BLOCKED | ActiveX is blocked by the machine's admin settings. |
---|---|
BACKCHANNEL_DEAD | Event indicating that we have determined that our hanging GET is not receiving data when it should be. Thus it is dead dead and will be retried. |
BACKCHANNEL_MISSING | Event indicating that the server never received our hanging GET and so it is being retried. |
BROWSER_OFFLINE | The browser declared itself offline during the lifetime of a request, or was offline when a request was initially made. |
CHANNEL_BLOCKED | Event indicating the channel is blocked by a network administrator. |
CONNECT_ATTEMPT | Event indicating a new connection attempt. |
ERROR_NETWORK | Event indicating a connection error due to a general network problem. |
ERROR_OTHER | Event indicating a connection error that isn't due to a general network problem. |
NOPROXY | Event indicating that no buffering proxy is likely between the client and the server. |
PROXY | Event indicating that a buffering proxy is likely between the client and the server. |
REQUEST_BAD_DATA | Event indicating bad data was received |
REQUEST_BAD_STATUS | Event indicating a bad status code was received. |
REQUEST_INCOMPLETE_DATA | Event indicating incomplete data was received |
REQUEST_NO_DATA | Event indicating no data was received when data was expected. |
REQUEST_TIMEOUT | Event indicating a request timeout. |
REQUEST_UNKNOWN_SESSION_ID | Event indicating an unknown SID error. |
TEST_STAGE_ONE_FAILED | Event indicating stage one of the test request failed. |
TEST_STAGE_ONE_START | Event indicating the start of test stage one. |
TEST_STAGE_TWO_DATA_BOTH | Event indicating both pieces of test data were received simultaneously. |
TEST_STAGE_TWO_DATA_ONE | Event indicating the first piece of test data was received. |
TEST_STAGE_TWO_DATA_TWO | Event indicating that the second piece of test data was received and it was received separately from the first. |
TEST_STAGE_TWO_FAILED | Event indicating stage two of the test request failed. |
TEST_STAGE_TWO_START | Event indicating the start of test stage two. |