SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Member Functions | Public Attributes | List of all members
qtwebapp::HttpListenerSettings Class Reference

#include <httplistenersettings.h>

Public Member Functions

 HttpListenerSettings ()
 
void resetToDefaults ()
 

Public Attributes

QString host
 
int port
 
int minThreads
 
int maxThreads
 
int cleanupInterval
 
int readTimeout
 
QString sslKeyFile
 
QString sslCertFile
 
int maxRequestSize
 
int maxMultiPartSize
 

Detailed Description

Definition at line 13 of file httplistenersettings.h.

Constructor & Destructor Documentation

◆ HttpListenerSettings()

qtwebapp::HttpListenerSettings::HttpListenerSettings ( )
inline

Definition at line 27 of file httplistenersettings.h.

References resetToDefaults().

27  {
29  }
+ Here is the call graph for this function:

Member Function Documentation

◆ resetToDefaults()

void qtwebapp::HttpListenerSettings::resetToDefaults ( )
inline

Member Data Documentation

◆ cleanupInterval

int qtwebapp::HttpListenerSettings::cleanupInterval

◆ host

QString qtwebapp::HttpListenerSettings::host

◆ maxMultiPartSize

int qtwebapp::HttpListenerSettings::maxMultiPartSize

Definition at line 25 of file httplistenersettings.h.

Referenced by qtwebapp::HttpRequest::HttpRequest().

◆ maxRequestSize

int qtwebapp::HttpListenerSettings::maxRequestSize

Definition at line 24 of file httplistenersettings.h.

Referenced by qtwebapp::HttpRequest::HttpRequest().

◆ maxThreads

int qtwebapp::HttpListenerSettings::maxThreads

◆ minThreads

int qtwebapp::HttpListenerSettings::minThreads

Definition at line 18 of file httplistenersettings.h.

Referenced by qtwebapp::HttpConnectionHandlerPool::cleanup().

◆ port

int qtwebapp::HttpListenerSettings::port

◆ readTimeout

int qtwebapp::HttpListenerSettings::readTimeout

◆ sslCertFile

QString qtwebapp::HttpListenerSettings::sslCertFile

◆ sslKeyFile

QString qtwebapp::HttpListenerSettings::sslKeyFile

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