sap.ui.core.ws.ReadyState.CLOSED
|
The connection has been closed or could not be opened.
|
sap.ui.core.ws.ReadyState.CLOSING
|
The connection is going through the closing handshake.
|
sap.ui.core.ws.ReadyState.CONNECTING
|
The connection has not yet been established.
|
sap.ui.core.ws.ReadyState.OPEN
|
The WebSocket connection is established and communication is possible.
|