Qt 6.6
Qt WebSockets
C++ Classes
QWebSocketServer
Qt 6.6.3 Reference Documentation
List of All Members for QWebSocketServer
This is the complete list of members for
QWebSocketServer
, including inherited members.
enum
SslMode
QWebSocketServer
(const QString &, SslMode, QObject *)
~QWebSocketServer
()
acceptError
(QAbstractSocket::SocketError)
alertReceived
(QSsl::AlertLevel, QSsl::AlertType, const QString &)
alertSent
(QSsl::AlertLevel, QSsl::AlertType, const QString &)
close
()
closed
()
error
() const : QWebSocketProtocol::CloseCode
errorString
() const : QString
handleConnection
(QTcpSocket *) const
handshakeInterruptedOnError
(const QSslError &)
handshakeTimeout
() const : std::chrono::milliseconds
handshakeTimeoutMS
() const : int
hasPendingConnections
() const : bool
isListening
() const : bool
listen
(const QHostAddress &, quint16) : bool
maxPendingConnections
() const : int
newConnection
()
nextPendingConnection
() : QWebSocket *
originAuthenticationRequired
(QWebSocketCorsAuthenticator *)
pauseAccepting
()
peerVerifyError
(const QSslError &)
preSharedKeyAuthenticationRequired
(QSslPreSharedKeyAuthenticator *)
proxy
() const : QNetworkProxy
resumeAccepting
()
secureMode
() const : SslMode
serverAddress
() const : QHostAddress
serverError
(QWebSocketProtocol::CloseCode)
serverName
() const : QString
serverPort
() const : quint16
serverUrl
() const : QUrl
setHandshakeTimeout
(std::chrono::milliseconds)
setHandshakeTimeout
(int)
setMaxPendingConnections
(int)
setProxy
(const QNetworkProxy &)
setServerName
(const QString &)
setSocketDescriptor
(qintptr) : bool
setSslConfiguration
(const QSslConfiguration &)
setSupportedSubprotocols
(const QStringList &)
socketDescriptor
() const : qintptr
sslConfiguration
() const : QSslConfiguration
sslErrors
(const QList<QSslError> &)
supportedSubprotocols
() const : QStringList
supportedVersions
() const : QList<QWebSocketProtocol::Version>