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()
Creates and returns a copy of this object.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
QWebSocketHandshakeOptions.assign
(QWebSocketHandshakeOptions other) Assigns other to this objectfinal 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
QWebSocket.open
(String url, QWebSocketHandshakeOptions options) Overloaded function forQWebSocket.open(io.qt.core.QUrl, io.qt.websockets.QWebSocketHandshakeOptions)
.final void
QWebSocketHandshakeOptions.set
(QWebSocketHandshakeOptions other) Deprecated.final void
QWebSocketHandshakeOptions.swap
(QWebSocketHandshakeOptions other) SeeQWebSocketHandshakeOptions::
swap(QWebSocketHandshakeOptions&) Constructors in io.qt.websockets with parameters of type QWebSocketHandshakeOptionsModifierConstructorDescriptionConstructs a QWebSocketHandshakeOptions that is a copy of other
assign(io.qt.websockets.QWebSocketHandshakeOptions)
instead.