Uses of Class
io.qt.websockets.QWebSocketProtocol.Version
Package | Description |
---|---|
io.qt.websockets |
-
Uses of QWebSocketProtocol.Version in io.qt.websockets
Methods in io.qt.websockets that return QWebSocketProtocol.Version Modifier and Type Method Description static QWebSocketProtocol.Version
QWebSocketProtocol.Version. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebSocketProtocol.Version
QWebSocketProtocol.Version. valueOf(String name)
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.QWebSocketProtocol.Version
QWebSocket. version()
Returns the version the socket is currently usingMethods in io.qt.websockets that return types with arguments of type QWebSocketProtocol.Version Modifier and Type Method Description QList<QWebSocketProtocol.Version>
QWebSocketServer. supportedVersions()
Constructors in io.qt.websockets with parameters of type QWebSocketProtocol.Version Constructor Description QWebSocket(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