- All Implemented Interfaces:
QtObjectInterface,Cloneable
Collects options for the WebSocket handshake
Java wrapper for Qt class QWebSocketHandshakeOptions
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an empty QWebSocketHandshakeOptions objectConstructs a QWebSocketHandshakeOptions that is a copy of other -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QWebSocketHandshakeOptions other) Assigns other to this objectclone()Creates and returns a copy of this object.booleaninthashCode()Returns the objects's hash code computed byqHash(QWebSocketHandshakeOptions).final voidset(QWebSocketHandshakeOptions other) Deprecated.final voidsetSubprotocols(Collection<String> protocols) Sets the list of WebSocket subprotocols protocols to send along with the websocket handshakefinal QStringListReturns the list of WebSocket subprotocols to send along with the websocket handshakefinal voidswap(QWebSocketHandshakeOptions other) SeeQWebSocketHandshakeOptions::swap(QWebSocketHandshakeOptions&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebSocketHandshakeOptions
public QWebSocketHandshakeOptions()Constructs an empty QWebSocketHandshakeOptions object
See
QWebSocketHandshakeOptions::QWebSocketHandshakeOptions() -
QWebSocketHandshakeOptions
Constructs a QWebSocketHandshakeOptions that is a copy of other
See
QWebSocketHandshakeOptions::QWebSocketHandshakeOptions(QWebSocketHandshakeOptions)
-
-
Method Details
-
assign
Assigns other to this object
See
QWebSocketHandshakeOptions::operator=(QWebSocketHandshakeOptions) -
setSubprotocols
Sets the list of WebSocket subprotocols protocols to send along with the websocket handshake
See
QWebSocketHandshakeOptions::setSubprotocols(QStringList) -
subprotocols
Returns the list of WebSocket subprotocols to send along with the websocket handshake
-
swap
See
QWebSocketHandshakeOptions::swap(QWebSocketHandshakeOptions&) -
equals
-
hashCode
Returns the objects's hash code computed byqHash(QWebSocketHandshakeOptions). -
clone
Creates and returns a copy of this object.
See
QWebSocketHandshakeOptions::QWebSocketHandshakeOptions(QWebSocketHandshakeOptions) -
set
Deprecated.Useassign(io.qt.websockets.QWebSocketHandshakeOptions)instead.
-
assign(io.qt.websockets.QWebSocketHandshakeOptions)instead.