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