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::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.

void PHTTPServiceThread::Close (  ) 


Member Data Documentation

PINDEX PHTTPServiceThread::myStackSize [protected]

PHTTPServiceProcess& PHTTPServiceThread::process [protected]

PTCPSocket* PHTTPServiceThread::socket [protected]


The documentation for this class was generated from the following file:
Generated on Mon Feb 23 01:57:56 2009 for PTLib by  doxygen 1.5.1