1 #ifndef HTTPCONNECTIONHANDLERPOOL_H 2 #define HTTPCONNECTIONHANDLERPOOL_H 98 QList<HttpConnectionHandler*> pool;
110 void loadSslConfig();
119 #endif // HTTPCONNECTIONHANDLERPOOL_H The request handler generates a response for each HTTP request.
QString sslCertFile
The file path to the SSL cert file.
int cleanupInterval
The time after which inactive threads are stopped in msec.
int minThreads
The minimal number of threads kept in the pool at all times.
The connection handler accepts incoming connections and dispatches incoming requests to to a request ...
QSslConfiguration HttpSslConfiguration
Alias for QSslConfiguration if OpenSSL is not supported.
Contains all settings for the connection handler pool and the child connection handlers.
int maxThreads
The maximal number of threads.
QString sslKeyFile
The file path to the SSL key file.
Pool of http connection handlers.
Contains all settings for the connection handler.