XmlRpc::XmlRpcThreadedServer::Worker Class Reference

Execute a request. More...

#include <XmlRpcThreadedServer.h>

Inheritance diagram for XmlRpc::XmlRpcThreadedServer::Worker:
XmlRpc::XmlRpcRunnable

List of all members.

Public Member Functions

 Worker ()
 Constructor. Executes the run method in a separate thread.
void run ()
 Implement the Runnable interface.

Protected Attributes

XmlRpcThread _thread
 The thread this worker is running in.

Detailed Description

Execute a request.

Each client request is assigned to one worker to handle. Workers are executed on separate threads, and one worker may be responsible for dispatching events to multiple client connections.

Definition at line 40 of file XmlRpcThreadedServer.h.


Constructor & Destructor Documentation

XmlRpc::XmlRpcThreadedServer::Worker::Worker (  )  [inline]

Constructor. Executes the run method in a separate thread.

Definition at line 43 of file XmlRpcThreadedServer.h.

00045 : XmlRpcRunnable {


Member Function Documentation

void XmlRpc::XmlRpcThreadedServer::Worker::run (  )  [virtual]

Implement the Runnable interface.

Implements XmlRpc::XmlRpcRunnable.


Member Data Documentation

The thread this worker is running in.

Definition at line 51 of file XmlRpcThreadedServer.h.


The documentation for this class was generated from the following file:
Generated on Wed May 26 16:21:20 2010 for OverSim by  doxygen 1.6.3