HttpWorkerThread Class Reference

#include <httpserver.h>

Inheritance diagram for HttpWorkerThread:

WorkerThread

List of all members.


Detailed Description

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)
HttpWorkerDataGetWorkerData ()

Protected Member Functions

virtual void ProcessWork ()

Protected Attributes

HttpServerm_pHttpServer
int m_nSocket
int m_nSocketTimeout
HttpWorkerDatam_pData

Constructor & Destructor Documentation

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.


Member Function Documentation

void HttpWorkerThread::ProcessWork (  )  [protected, virtual]

Implements WorkerThread.

Definition at line 242 of file httpserver.cpp.

void HttpWorkerThread::StartWork ( int  nSocket  ) 

Definition at line 231 of file httpserver.cpp.

Referenced by HttpServer::newConnection().

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().


Member Data Documentation

Definition at line 140 of file httpserver.h.

Referenced by HttpWorkerThread(), and ProcessWork().

int HttpWorkerThread::m_nSocket [protected]

Definition at line 141 of file httpserver.h.

Referenced by HttpWorkerThread(), ProcessWork(), and StartWork().

Definition at line 142 of file httpserver.h.

Referenced by HttpWorkerThread(), and ProcessWork().

Definition at line 144 of file httpserver.h.

Referenced by GetWorkerData(), HttpWorkerThread(), SetWorkerData(), and ~HttpWorkerThread().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:03 2010 for MythTV by  doxygen 1.5.5