#include <XmlRpcThreadedServer.h>

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. | |
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 45 of file XmlRpcThreadedServer.h.
| XmlRpc::XmlRpcThreadedServer::XmlRpcThreadedServer::Worker::Worker | ( | ) | [inline] |
Constructor. Executes the run method in a separate thread.
Definition at line 48 of file XmlRpcThreadedServer.h.
| void XmlRpc::XmlRpcThreadedServer::XmlRpcThreadedServer::Worker::run | ( | ) | [virtual] |
XmlRpcThread XmlRpc::XmlRpcThreadedServer::XmlRpcThreadedServer::Worker::_thread [protected] |
The thread this worker is running in.
Definition at line 56 of file XmlRpcThreadedServer.h.
Referenced by XmlRpc::XmlRpcThreadedServer::XmlRpcThreadedServer::Worker::Worker().
1.5.8