#include <XmlRpcThreadedServer.h>
Inheritance diagram for XmlRpc::XmlRpcThreadedServer::Worker:
Workers are executed on separate threads, and one worker may be responsible for dispatching events to multiple client connections.
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. |
XmlRpc::XmlRpcThreadedServer::Worker::Worker | ( | ) | [inline] |
void XmlRpc::XmlRpcThreadedServer::Worker::run | ( | ) | [virtual] |
The thread this worker is running in.