Stellarium  0.16.1
List of all members | Public Attributes
HttpListenerSettings Struct Reference

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...
 

Detailed Description

Contains all settings for HttpListener and supporting classes.

Definition at line 20 of file httplistener.h.

Member Data Documentation

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

The HTTP port to use.

Default 8080.

Definition at line 29 of file httplistener.h.


The documentation for this struct was generated from the following file: