|
MythTV master
|
#include <mythfrontend/serviceHosts/frontendServiceHost.h>
Public Member Functions | |
| FrontendServiceHost (const QString &sSharePath) | |
| ~FrontendServiceHost () override=default | |
Public Member Functions inherited from ServiceHost | |
| ServiceHost (const QMetaObject &metaObject, const QString &sExtensionName, QString sBaseUrl, const QString &sSharePath) | |
| ~ServiceHost () override=default | |
| QStringList | GetBasePaths () override |
| bool | ProcessRequest (HTTPRequest *pRequest) override |
| virtual QString | GetServiceControlURL () |
| const QMetaObject & | GetServiceMetaObject () |
| const MetaInfoMap & | GetMethods () |
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 |
Additional Inherited Members | |
Public Attributes inherited from HttpServerExtension | |
| QString | m_sName |
| QString | m_sSharePath |
| int | m_nSocketTimeout { -1 } |
| uint | m_nSupportedMethods |
Protected Member Functions inherited from ServiceHost | |
| virtual bool | FormatResponse (HTTPRequest *pRequest, QObject *pResults) |
| virtual bool | FormatResponse (HTTPRequest *pRequest, const QFileInfo &oInfo) |
| virtual bool | FormatResponse (HTTPRequest *pRequest, const QVariant &vValue) |
Protected Attributes inherited from ServiceHost | |
| QString | m_sBaseUrl |
| QMetaObject | m_oMetaObject {} |
| MetaInfoMap | m_methods |
Definition at line 7 of file frontendServiceHost.h.
|
inlineexplicit |
Definition at line 10 of file frontendServiceHost.h.
|
overridedefault |