Namespace sap.ui.core.ws.ReadyStateModule: sap/ui/core/ws/ReadyState


Defines the different ready states for a WebSocket connection.

Field Summary
sap.ui.core.ws.ReadyState.CLOSEDThe connection has been closed or could not be opened.
sap.ui.core.ws.ReadyState.CLOSINGThe connection is going through the closing handshake.
sap.ui.core.ws.ReadyState.CONNECTINGThe connection has not yet been established.
sap.ui.core.ws.ReadyState.OPENThe WebSocket connection is established and communication is possible.
Field Detail
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.