#include <httpsvc.h>
Inheritance diagram for PHTTPServiceThread:

| Public Member Functions | |
| PHTTPServiceThread (PINDEX stackSize, PHTTPServiceProcess &app) | |
| ~PHTTPServiceThread () | |
| void | Main () | 
| void | Close () | 
| Protected Attributes | |
| PINDEX | myStackSize | 
| PHTTPServiceProcess & | process | 
| PTCPSocket * | socket | 
| PHTTPServiceThread::PHTTPServiceThread | ( | PINDEX | stackSize, | |
| PHTTPServiceProcess & | app | |||
| ) | 
| PHTTPServiceThread::~PHTTPServiceThread | ( | ) | 
| 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.
| PINDEX PHTTPServiceThread::myStackSize  [protected] | 
| PHTTPServiceProcess& PHTTPServiceThread::process  [protected] | 
| PTCPSocket* PHTTPServiceThread::socket  [protected] | 
 1.4.7
 1.4.7