Uses of Class
io.qt.websockets.QWebSocketHandshakeOptions
Packages that use QWebSocketHandshakeOptions
-
Uses of QWebSocketHandshakeOptions in io.qt.websockets
Methods in io.qt.websockets that return QWebSocketHandshakeOptionsModifier and TypeMethodDescriptionQWebSocketHandshakeOptions.clone()
QWebSocket.handshakeOptions()
Returns the handshake options that were used to open this socketMethods in io.qt.websockets with parameters of type QWebSocketHandshakeOptionsModifier and TypeMethodDescriptionfinal void
QWebSocket.open
(QUrl url, QWebSocketHandshakeOptions options) Opens a WebSocket connection using the given url and optionsfinal void
QWebSocket.open
(QNetworkRequest request, QWebSocketHandshakeOptions options) Opens a WebSocket connection using the given request and optionsfinal void
QWebSocketHandshakeOptions.set
(QWebSocketHandshakeOptions other) Assigns other to this objectfinal void
QWebSocketHandshakeOptions.swap
(QWebSocketHandshakeOptions other) Constructors in io.qt.websockets with parameters of type QWebSocketHandshakeOptionsModifierConstructorDescriptionConstructs a QWebSocketHandshakeOptions that is a copy of other