List of All Members for WebSocket
This is the complete list of members for WebSocket, including inherited members.
- active : bool
- errorString : string
- negotiatedSubprotocol : string
(since 6.4)
- requestedSubprotocols : list<string>
(since 6.4)
- status : Status
- url : url
- binaryMessageReceived(QString message)
- void sendBinaryMessage(ArrayBuffer message)
- void sendTextMessage(string message)
- statusChanged(Status status)
- textMessageReceived(QString message)