The goog.net.BrowserChannel.State Enum

goog.net.BrowserChannel.State

Enum type for the browser channel state machine.

@enum
{number}

.CLOSED

The channel is closed.

.INIT

The channel has been initialized but hasn't yet initiated a connection.

.OPENED

The channel is open.

.OPENING

The channel is in the process of opening a connection to the server.