MythTV
master
|
#include <mythhttpservices.h>
Public Slots | |
QStringList | GetServiceList () |
Signals | |
void | ServiceListChanged (const QStringList &ServiceList) |
Public Member Functions | |
MythHTTPServices () | |
~MythHTTPServices () override=default | |
![]() | |
MythHTTPService (MythHTTPMetaService *MetaService) | |
~MythHTTPService () override=default | |
virtual HTTPResponse | HTTPRequest (const HTTPRequest2 &Request) |
Respond to a valid HTTPRequest. More... | |
QString & | Name () |
Protected Slots | |
void | UpdateServices (const HTTPServices &Services) |
Protected Attributes | |
QStringList | m_serviceList |
![]() | |
QString | m_name |
MythHTTPMetaService * | m_staticMetaService { nullptr } |
HTTPRequest2 | m_request {nullptr} |
Properties | |
QStringList | ServiceList |
Friends | |
class | MythHTTPSocket |
Additional Inherited Members | |
![]() | |
template<class T > | |
static HTTPServicePtr | Create () |
![]() | |
bool | HAS_PARAMv2 (const QString &p) |
Definition at line 7 of file mythhttpservices.h.
MythHTTPServices::MythHTTPServices | ( | ) |
Definition at line 9 of file mythhttpservices.cpp.
|
overridedefault |
|
signal |
Referenced by UpdateServices().
|
slot |
Definition at line 22 of file mythhttpservices.cpp.
|
protectedslot |
Definition at line 14 of file mythhttpservices.cpp.
Referenced by MythHTTPSocket::MythHTTPSocket().
|
friend |
Definition at line 9 of file mythhttpservices.h.
|
protected |
Definition at line 29 of file mythhttpservices.h.
Referenced by GetServiceList(), and UpdateServices().
|
read |
Definition at line 13 of file mythhttpservices.h.