MythTV
master
|
#include <mythbackend/serviceHosts/musicServiceHost.h>
Public Member Functions | |
MusicServiceHost (const QString &sSharePath) | |
~MusicServiceHost () 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 | ProcessOptions (HTTPRequest *pRequest) |
Handle an OPTIONS request. More... | |
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 25 of file musicServiceHost.h.
|
inlineexplicit |
Definition at line 29 of file musicServiceHost.h.
|
overridedefault |