PHTTPServiceThread Class Reference

#include <httpsvc.h>

Inheritance diagram for PHTTPServiceThread:
PThread PObject

List of all members.

Public Member Functions

 PHTTPServiceThread (PINDEX stackSize, PHTTPServiceProcess &app)
 ~PHTTPServiceThread ()
void Main ()
void Close ()

Protected Attributes

PINDEX myStackSize
PHTTPServiceProcessprocess
PTCPSocketsocket

Constructor & Destructor Documentation

PHTTPServiceThread::PHTTPServiceThread ( PINDEX  stackSize,
PHTTPServiceProcess app 
)
PHTTPServiceThread::~PHTTPServiceThread (  ) 

Member Function Documentation

void PHTTPServiceThread::Close (  ) 
void PHTTPServiceThread::Main (  )  [virtual]

User override function for the main execution routine of the thread. A descendent class must provide the code that will be executed in the thread within this function.

Note that the correct way for a thread to terminate is to return from this function.

Implements PThread.


Member Data Documentation

PINDEX PHTTPServiceThread::myStackSize [protected]

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

Generated on Sun Sep 6 02:12:24 2009 for PTLib by  doxygen 1.6.1