Qt 6.9
Qt HTTP Server
C++ Classes
QAbstractHttpServer
Qt 6.9.0 Reference Documentation
List of All Members for QAbstractHttpServer
This is the complete list of members for
QAbstractHttpServer
, including inherited members.
QAbstractHttpServer
(QObject *)
~QAbstractHttpServer
()
addWebSocketUpgradeVerifier
(const QObject *, Handler &&)
bind
(QLocalServer *) : bool
bind
(QTcpServer *) : bool
configuration
() const : QHttpServerConfiguration
handleRequest
(const QHttpServerRequest &, QHttpServerResponder &) : bool
hasPendingWebSocketConnections
() const : bool
http2Configuration
() const : QHttp2Configuration
localServers
() const : QList<QLocalServer *>
missingHandler
(const QHttpServerRequest &, QHttpServerResponder &)
newWebSocketConnection
()
nextPendingWebSocketConnection
() : std::unique_ptr<QWebSocket>
serverPorts
() const : QList<quint16>
servers
() const : QList<QTcpServer *>
setConfiguration
(const QHttpServerConfiguration &)
setHttp2Configuration
(const QHttp2Configuration &)