![]() |
Stellarium 0.15.2
|
Contains all settings for the connection handler pool and the child connection handlers. More...
#include <httpconnectionhandlerpool.h>
Inheritance diagram for HttpConnectionHandlerPoolSettings:
Collaboration diagram for HttpConnectionHandlerPoolSettings:Public Attributes | |
| int | minThreads |
| The minimal number of threads kept in the pool at all times. More... | |
| int | maxThreads |
| The maximal number of threads. More... | |
| int | cleanupInterval |
| The time after which inactive threads are stopped in msec. More... | |
| QString | sslKeyFile |
| The file path to the SSL key file. More... | |
| QString | sslCertFile |
| The file path to the SSL cert file. More... | |
Public Attributes inherited from HttpConnectionHandlerSettings | |
| int | readTimeout |
| Defines the maximum time to wait for a complete HTTP request in msec. More... | |
| int | maxRequestSize |
| Maximum size of a request in bytes. More... | |
| int | maxMultipartSize |
| Maximum size of a multipart request in bytes. More... | |
Contains all settings for the connection handler pool and the child connection handlers.
Definition at line 15 of file httpconnectionhandlerpool.h.
| int HttpConnectionHandlerPoolSettings::cleanupInterval |
The time after which inactive threads are stopped in msec.
Default 1000.
Definition at line 27 of file httpconnectionhandlerpool.h.
| int HttpConnectionHandlerPoolSettings::maxThreads |
The maximal number of threads.
If a new connection arrives when this amount of threads is already busy, the new connection will be dropped. Default 100.
Definition at line 25 of file httpconnectionhandlerpool.h.
| int HttpConnectionHandlerPoolSettings::minThreads |
The minimal number of threads kept in the pool at all times.
Default 1.
Definition at line 22 of file httpconnectionhandlerpool.h.
| QString HttpConnectionHandlerPoolSettings::sslCertFile |
The file path to the SSL cert file.
Default empty.
Definition at line 31 of file httpconnectionhandlerpool.h.
| QString HttpConnectionHandlerPoolSettings::sslKeyFile |
The file path to the SSL key file.
Default empty.
Definition at line 29 of file httpconnectionhandlerpool.h.
1.8.11