#include <mythbackend/httpstatus.h>
|
static HttpStatusMethod | GetMethod (const QString &sURI) |
|
static void | PrintStatus (QTextStream &os, QDomDocument *pDoc) |
|
static int | PrintEncoderStatus (QTextStream &os, const QDomElement &encoders) |
|
static int | PrintScheduled (QTextStream &os, const QDomElement &scheduled) |
|
static int | PrintFrontends (QTextStream &os, const QDomElement &frontends) |
|
static int | PrintBackends (QTextStream &os, const QDomElement &backends) |
|
static int | PrintJobQueue (QTextStream &os, const QDomElement &jobs) |
|
static int | PrintMachineInfo (QTextStream &os, const QDomElement &info) |
|
static int | PrintMiscellaneousInfo (QTextStream &os, const QDomElement &info) |
|
static void | FillProgramInfo (QDomDocument *pDoc, QDomNode &node, ProgramInfo *pInfo, bool bIncChannel=true, bool bDetails=true) |
|
static void | FillChannelInfo (QDomElement &channel, ProgramInfo *pInfo, bool bDetails=true) |
|
Definition at line 42 of file httpstatus.h.
◆ HttpStatus()
◆ ~HttpStatus()
HttpStatus::~HttpStatus |
( |
| ) |
|
|
overridedefault |
◆ GetMethod()
◆ GetStatusXML()
void HttpStatus::GetStatusXML |
( |
HTTPRequest * |
pRequest | ) |
|
|
private |
◆ GetStatusHTML()
void HttpStatus::GetStatusHTML |
( |
HTTPRequest * |
pRequest | ) |
|
|
private |
◆ FillStatusXML()
void HttpStatus::FillStatusXML |
( |
QDomDocument * |
pDoc | ) |
|
|
private |
◆ PrintStatus()
void HttpStatus::PrintStatus |
( |
QTextStream & |
os, |
|
|
QDomDocument * |
pDoc |
|
) |
| |
|
staticprivate |
◆ PrintEncoderStatus()
int HttpStatus::PrintEncoderStatus |
( |
QTextStream & |
os, |
|
|
const QDomElement & |
encoders |
|
) |
| |
|
staticprivate |
◆ PrintScheduled()
int HttpStatus::PrintScheduled |
( |
QTextStream & |
os, |
|
|
const QDomElement & |
scheduled |
|
) |
| |
|
staticprivate |
◆ PrintFrontends()
int HttpStatus::PrintFrontends |
( |
QTextStream & |
os, |
|
|
const QDomElement & |
frontends |
|
) |
| |
|
staticprivate |
◆ PrintBackends()
int HttpStatus::PrintBackends |
( |
QTextStream & |
os, |
|
|
const QDomElement & |
backends |
|
) |
| |
|
staticprivate |
◆ PrintJobQueue()
int HttpStatus::PrintJobQueue |
( |
QTextStream & |
os, |
|
|
const QDomElement & |
jobs |
|
) |
| |
|
staticprivate |
◆ PrintMachineInfo()
int HttpStatus::PrintMachineInfo |
( |
QTextStream & |
os, |
|
|
const QDomElement & |
info |
|
) |
| |
|
staticprivate |
◆ PrintMiscellaneousInfo()
int HttpStatus::PrintMiscellaneousInfo |
( |
QTextStream & |
os, |
|
|
const QDomElement & |
info |
|
) |
| |
|
staticprivate |
◆ FillProgramInfo()
void HttpStatus::FillProgramInfo |
( |
QDomDocument * |
pDoc, |
|
|
QDomNode & |
node, |
|
|
ProgramInfo * |
pInfo, |
|
|
bool |
bIncChannel = true , |
|
|
bool |
bDetails = true |
|
) |
| |
|
staticprivate |
◆ FillChannelInfo()
void HttpStatus::FillChannelInfo |
( |
QDomElement & |
channel, |
|
|
ProgramInfo * |
pInfo, |
|
|
bool |
bDetails = true |
|
) |
| |
|
staticprivate |
◆ SetMainServer()
void HttpStatus::SetMainServer |
( |
MainServer * |
mainServer | ) |
|
|
inline |
◆ GetBasePaths()
QStringList HttpStatus::GetBasePaths |
( |
| ) |
|
|
overridevirtual |
◆ ProcessRequest()
◆ m_pSched
◆ m_pEncoders
◆ m_pExpirer
◆ m_pMainServer
◆ m_bIsMaster
bool HttpStatus::m_bIsMaster |
|
private |
◆ m_nPreRollSeconds
int HttpStatus::m_nPreRollSeconds |
|
private |
◆ m_settingLock
QMutex HttpStatus::m_settingLock |
|
private |
The documentation for this class was generated from the following files: