Uses of Enum
io.qt.websockets.QWebSocketProtocol.Version
Packages that use QWebSocketProtocol.Version
-
Uses of QWebSocketProtocol.Version in io.qt.websockets
Methods in io.qt.websockets that return QWebSocketProtocol.VersionModifier and TypeMethodDescriptionstatic QWebSocketProtocol.Version
QWebSocketProtocol.Version.resolve
(int value) Returns the corresponding enum entry for the given value.static QWebSocketProtocol.Version
Returns the enum constant of this type with the specified name.static QWebSocketProtocol.Version[]
QWebSocketProtocol.Version.values()
Returns an array containing the constants of this enum type, in the order they are declared.QWebSocket.version()
Returns the version the socket is currently usingMethods in io.qt.websockets that return types with arguments of type QWebSocketProtocol.VersionModifier and TypeMethodDescriptionfinal QList<QWebSocketProtocol.Version>
QWebSocketServer.supportedVersions()
Constructors in io.qt.websockets with parameters of type QWebSocketProtocol.VersionModifierConstructorDescriptionQWebSocket
(String origin, QWebSocketProtocol.Version version) Overloaded constructor forQWebSocket(java.lang.String, io.qt.websockets.QWebSocketProtocol.Version, io.qt.core.QObject)
withparent = null
.QWebSocket
(String origin, QWebSocketProtocol.Version version, QObject parent) Creates a new QWebSocket with the given origin, the version of the protocol to use and parent