MythTV
master
|
#include <channelServiceHost.h>
Public Member Functions | |
ChannelServiceHost (const QString &sSharePath) | |
virtual | ~ChannelServiceHost () |
![]() | |
ServiceHost (const QMetaObject &metaObject, const QString &sExtensionName, const QString &sBaseUrl, const QString &sSharePath) | |
virtual | ~ServiceHost ()=default |
QStringList | GetBasePaths () override |
bool | ProcessRequest (HTTPRequest *pRequest) override |
virtual QString | GetServiceControlURL () |
const QMetaObject & | GetServiceMetaObject () |
const MetaInfoMap & | GetMethods () |
![]() | |
HttpServerExtension (const QString &sName, const QString &sSharePath) | |
virtual | ~HttpServerExtension ()=default |
virtual bool | ProcessOptions (HTTPRequest *pRequest) |
Handle an OPTIONS request. More... | |
virtual int | GetSocketTimeout () const |
Additional Inherited Members | |
![]() | |
QString | m_sName |
QString | m_sSharePath |
int | m_nSocketTimeout |
uint | m_nSupportedMethods |
![]() | |
virtual bool | FormatResponse (HTTPRequest *pRequest, QObject *pResults) |
virtual bool | FormatResponse (HTTPRequest *pRequest, const QFileInfo &oInfo) |
virtual bool | FormatResponse (HTTPRequest *pRequest, const QVariant &vValue) |
![]() | |
QString | m_sBaseUrl |
QMetaObject | m_oMetaObject |
MetaInfoMap | m_Methods |
Definition at line 42 of file channelServiceHost.h.
|
inlineexplicit |
Definition at line 46 of file channelServiceHost.h.
|
inlinevirtual |
Definition at line 54 of file channelServiceHost.h.