MythTV
master
|
#include <mythbackend/httpconfig.h>
Public Member Functions | |
HttpConfig () | |
~HttpConfig () override=default | |
QStringList | GetBasePaths () override |
bool | ProcessRequest (HTTPRequest *pRequest) override |
Public Member Functions inherited from HttpServerExtension | |
HttpServerExtension (QString sName, QString sSharePath) | |
~HttpServerExtension () override=default | |
virtual bool | ProcessOptions (HTTPRequest *pRequest) |
Handle an OPTIONS request. More... | |
virtual int | GetSocketTimeout () const |
Static Private Member Functions | |
static void | PrintHeader (QBuffer &buffer, const QString &form, const QString &group="") |
static void | OpenForm (QBuffer &buffer, const QString &form, const QString &group="") |
static void | CloseForm (QBuffer &buffer, const QString &group="") |
static void | PrintFooter (QBuffer &buffer, const QString &group="") |
static bool | LoadSettings (MythSettingList &, const QString &hostname) |
static void | PrintSettings (QBuffer &buffer, const MythSettingList &settings) |
Private Attributes | |
MythSettingList | m_databaseSettings |
MythSettingList | m_generalSettings |
Additional Inherited Members | |
Public Attributes inherited from HttpServerExtension | |
QString | m_sName |
QString | m_sSharePath |
int | m_nSocketTimeout { -1 } |
uint | m_nSupportedMethods |
Definition at line 11 of file httpconfig.h.
HttpConfig::HttpConfig | ( | ) |
Definition at line 22 of file httpconfig.cpp.
|
overridedefault |
|
overridevirtual |
Implements HttpServerExtension.
Definition at line 26 of file httpconfig.cpp.
|
overridevirtual |
Implements HttpServerExtension.
Definition at line 35 of file httpconfig.cpp.
|
staticprivate |
Definition at line 363 of file httpconfig.cpp.
Referenced by ProcessRequest().
|
staticprivate |
Definition at line 391 of file httpconfig.cpp.
Referenced by PrintHeader(), and ProcessRequest().
|
staticprivate |
Definition at line 407 of file httpconfig.cpp.
Referenced by PrintFooter(), and ProcessRequest().
|
staticprivate |
Definition at line 418 of file httpconfig.cpp.
Referenced by ProcessRequest().
|
staticprivate |
|
staticprivate |
Definition at line 429 of file httpconfig.cpp.
Referenced by ProcessRequest().
|
private |
Definition at line 33 of file httpconfig.h.
Referenced by ProcessRequest().
|
private |
Definition at line 34 of file httpconfig.h.
Referenced by ProcessRequest().