Index
All Classes and Interfaces|All Packages
S
- secureMode() - Method in class io.qt.websockets.QWebSocketServer
- SecureMode - Enum constant in enum io.qt.websockets.QWebSocketServer.SslMode
-
Representing
QWebSocketServer::SecureMode - seed() - Method in class io.qt.websockets.QMaskGenerator
- sendBinaryMessage(QByteArray) - Method in class io.qt.websockets.QWebSocket
-
Sends the given data over the socket as a binary message and returns the number of bytes actually sent
- sendTextMessage(String) - Method in class io.qt.websockets.QWebSocket
-
Sends the given message over the socket as a text message and returns the number of bytes actually sent
- serverAddress() - Method in class io.qt.websockets.QWebSocketServer
- serverError - Variable in class io.qt.websockets.QWebSocketServer
- serverName() - Method in class io.qt.websockets.QWebSocketServer
- serverPort() - Method in class io.qt.websockets.QWebSocketServer
- serverUrl() - Method in class io.qt.websockets.QWebSocketServer
- set(QWebSocketCorsAuthenticator) - Method in class io.qt.websockets.QWebSocketCorsAuthenticator
-
Deprecated.
- set(QWebSocketHandshakeOptions) - Method in class io.qt.websockets.QWebSocketHandshakeOptions
-
Deprecated.
- setAllowed(boolean) - Method in class io.qt.websockets.QWebSocketCorsAuthenticator
- setHandshakeTimeout(int) - Method in class io.qt.websockets.QWebSocketServer
- setMaskGenerator(QMaskGenerator) - Method in class io.qt.websockets.QWebSocket
- setMaxAllowedIncomingFrameSize(long) - Method in class io.qt.websockets.QWebSocket
- setMaxAllowedIncomingMessageSize(long) - Method in class io.qt.websockets.QWebSocket
- setMaxPendingConnections(int) - Method in class io.qt.websockets.QWebSocketServer
- setNativeDescriptor(long) - Method in class io.qt.websockets.QWebSocketServer
-
Deprecated.Use
QWebSocketServer.setSocketDescriptor(long)instead - setOutgoingFrameSize(long) - Method in class io.qt.websockets.QWebSocket
- setPauseMode(QAbstractSocket.PauseMode...) - Method in class io.qt.websockets.QWebSocket
-
Overloaded function for
QWebSocket.setPauseMode(io.qt.network.QAbstractSocket.PauseModes). - setPauseMode(QAbstractSocket.PauseModes) - Method in class io.qt.websockets.QWebSocket
- setProxy(QNetworkProxy) - Method in class io.qt.websockets.QWebSocket
- setProxy(QNetworkProxy) - Method in class io.qt.websockets.QWebSocketServer
- setReadBufferSize(long) - Method in class io.qt.websockets.QWebSocket
- setServerName(String) - Method in class io.qt.websockets.QWebSocketServer
- setSocketDescriptor(long) - Method in class io.qt.websockets.QWebSocketServer
- setSslConfiguration(QSslConfiguration) - Method in class io.qt.websockets.QWebSocket
- setSslConfiguration(QSslConfiguration) - Method in class io.qt.websockets.QWebSocketServer
- setSubprotocols(Collection<String>) - Method in class io.qt.websockets.QWebSocketHandshakeOptions
-
Sets the list of WebSocket subprotocols protocols to send along with the websocket handshake
- setSupportedSubprotocols(Collection<String>) - Method in class io.qt.websockets.QWebSocketServer
-
Sets the list of protocols supported by the server to protocols
- socketDescriptor() - Method in class io.qt.websockets.QWebSocketServer
- sslConfiguration() - Method in class io.qt.websockets.QWebSocket
- sslConfiguration() - Method in class io.qt.websockets.QWebSocketServer
- sslErrors - Variable in class io.qt.websockets.QWebSocket
- sslErrors - Variable in class io.qt.websockets.QWebSocketServer
- state() - Method in class io.qt.websockets.QWebSocket
-
Returns the current state of the socket
- stateChanged - Variable in class io.qt.websockets.QWebSocket
- staticMetaObject - Static variable in class io.qt.websockets.QWebSocket
-
This variable stores the meta-object for the class.
- staticMetaObject - Static variable in class io.qt.websockets.QWebSocketServer
-
This variable stores the meta-object for the class.
- subprotocol() - Method in class io.qt.websockets.QWebSocket
-
Returns the used WebSocket protocol
- subprotocols() - Method in class io.qt.websockets.QWebSocketHandshakeOptions
-
Returns the list of WebSocket subprotocols to send along with the websocket handshake
- supportedSubprotocols() - Method in class io.qt.websockets.QWebSocketServer
-
Returns the list of protocols supported by the server
- supportedVersions() - Method in class io.qt.websockets.QWebSocketServer
- swap(QWebSocketCorsAuthenticator) - Method in class io.qt.websockets.QWebSocketCorsAuthenticator
- swap(QWebSocketHandshakeOptions) - Method in class io.qt.websockets.QWebSocketHandshakeOptions
-
See
QWebSocketHandshakeOptions::swap(QWebSocketHandshakeOptions&)
All Classes and Interfaces|All Packages
QWebSocketCorsAuthenticator.assign(io.qt.websockets.QWebSocketCorsAuthenticator)instead.