#include <httpserver.h>

Definition at line 136 of file httpserver.h.
Public Member Functions | |
| HttpWorkerThread (HttpServer *pParent, const QString &sName) | |
| virtual | ~HttpWorkerThread () |
| void | StartWork (int nSocket) |
| void | SetWorkerData (HttpWorkerData *pData) |
| HttpWorkerData * | GetWorkerData () |
Protected Member Functions | |
| virtual void | ProcessWork () |
Protected Attributes | |
| HttpServer * | m_pHttpServer |
| int | m_nSocket |
| int | m_nSocketTimeout |
| HttpWorkerData * | m_pData |
| HttpWorkerThread::HttpWorkerThread | ( | HttpServer * | pParent, | |
| const QString & | sName | |||
| ) |
Definition at line 192 of file httpserver.cpp.
| HttpWorkerThread::~HttpWorkerThread | ( | ) | [virtual] |
Definition at line 206 of file httpserver.cpp.
| void HttpWorkerThread::ProcessWork | ( | ) | [protected, virtual] |
| void HttpWorkerThread::StartWork | ( | int | nSocket | ) |
| void HttpWorkerThread::SetWorkerData | ( | HttpWorkerData * | pData | ) |
Definition at line 216 of file httpserver.cpp.
Referenced by MythXML::GetMusic(), MythXML::GetRecording(), and MythXML::GetVideo().
| HttpWorkerData* HttpWorkerThread::GetWorkerData | ( | ) | [inline] |
Definition at line 158 of file httpserver.h.
Referenced by MythXML::GetMusic(), MythXML::GetRecording(), and MythXML::GetVideo().
HttpServer* HttpWorkerThread::m_pHttpServer [protected] |
int HttpWorkerThread::m_nSocket [protected] |
Definition at line 141 of file httpserver.h.
Referenced by HttpWorkerThread(), ProcessWork(), and StartWork().
int HttpWorkerThread::m_nSocketTimeout [protected] |
HttpWorkerData* HttpWorkerThread::m_pData [protected] |
Definition at line 144 of file httpserver.h.
Referenced by GetWorkerData(), HttpWorkerThread(), SetWorkerData(), and ~HttpWorkerThread().
1.5.5