![]() |
Stellarium 0.15.2
|
Contains all settings for HttpListener and supporting classes. More...
#include <httplistener.h>
Inheritance diagram for HttpListenerSettings:
Collaboration diagram for HttpListenerSettings:Public Attributes | |
| QString | host |
| The local IP address to bind to. More... | |
| int | port |
| The HTTP port to use. More... | |
Public Attributes inherited from HttpConnectionHandlerPoolSettings | |
| 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 HttpListener and supporting classes.
Definition at line 20 of file httplistener.h.
| QString HttpListenerSettings::host |
The local IP address to bind to.
Default empty (listen on all interfaces).
Definition at line 27 of file httplistener.h.
| int HttpListenerSettings::port |
1.8.11