23 #ifndef TUFAO_HTTPSSERVER_H
24 #define TUFAO_HTTPSSERVER_H
26 #include "httpserver.h"
28 class QSslCertificate;
76 void setLocalCertificate(
const QSslCertificate &certificate);
88 void setPrivateKey(
const QSslKey &key);
91 void incomingConnection(qintptr socketDescriptor)
override;
100 #endif // TUFAO_HTTPSSERVER_H
This is the namespace where all Tufão facilities are grouped.
Definition: abstracthttpserverrequesthandler.h:30
Tufao::HttpsServer is a subclass of Tufao::HttpServer that provides secure communication with the cli...
Definition: httpsserver.h:59
The Tufao::HttpServer class provides an implementation of the HTTP protocol.
Definition: httpserver.h:54