|
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 | ProcessRequest (HTTPRequest *pRequest)=0 |
| virtual bool | ProcessOptions (HTTPRequest *pRequest) |
| Handle an OPTIONS request. More... | |
| virtual QStringList | GetBasePaths ()=0 |
| 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 23 of file httpconfig.cpp.
|
overridedefault |
|
staticprivate |
Definition at line 408 of file httpconfig.cpp.
Referenced by PrintFooter(), and ProcessRequest().
|
overridevirtual |
Implements HttpServerExtension.
Definition at line 27 of file httpconfig.cpp.
|
staticprivate |
|
staticprivate |
Definition at line 392 of file httpconfig.cpp.
Referenced by PrintHeader(), and ProcessRequest().
|
staticprivate |
Definition at line 419 of file httpconfig.cpp.
Referenced by ProcessRequest().
|
staticprivate |
Definition at line 364 of file httpconfig.cpp.
Referenced by ProcessRequest().
|
staticprivate |
Definition at line 430 of file httpconfig.cpp.
Referenced by ProcessRequest().
|
overridevirtual |
Implements HttpServerExtension.
Definition at line 36 of file httpconfig.cpp.
|
private |
Definition at line 33 of file httpconfig.h.
Referenced by ProcessRequest().
|
private |
Definition at line 34 of file httpconfig.h.
Referenced by ProcessRequest().