Qt 6.4
Qt WebSockets
C++ Classes
QWebSocketServer
Qt 6.4.2 Reference Documentation
List of All Members for QWebSocketServer
This is the complete list of members for
QWebSocketServer
, including inherited members.
QWebSocketServer
(const QString &, QWebSocketServer::SslMode, QObject *)
enum
SslMode
acceptError
(QAbstractSocket::SocketError)
alertReceived
(QSsl::AlertLevel, QSsl::AlertType, const QString &)
alertSent
(QSsl::AlertLevel, QSsl::AlertType, const QString &)
closed
()
handshakeInterruptedOnError
(const QSslError &)
newConnection
()
originAuthenticationRequired
(QWebSocketCorsAuthenticator *)
peerVerifyError
(const QSslError &)
preSharedKeyAuthenticationRequired
(QSslPreSharedKeyAuthenticator *)
serverError
(QWebSocketProtocol::CloseCode)
sslErrors
(const QList<QSslError> &)
~QWebSocketServer
()
close
()
error
() const : QWebSocketProtocol::CloseCode
errorString
() const : QString
handleConnection
(QTcpSocket *) const
handshakeTimeout
() const : std::chrono::milliseconds
handshakeTimeoutMS
() const : int
hasPendingConnections
() const : bool
isListening
() const : bool
listen
(const QHostAddress &, quint16) : bool
maxPendingConnections
() const : int
nextPendingConnection
() : QWebSocket *
pauseAccepting
()
proxy
() const : QNetworkProxy
resumeAccepting
()
secureMode
() const : QWebSocketServer::SslMode
serverAddress
() const : QHostAddress
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
supportedSubprotocols
() const : QStringList
supportedVersions
() const : QList<QWebSocketProtocol::Version>