|
| Dispatcher (HostController *h_controller, QObject *parent=0) |
|
void | startServer (int port) |
| Call startServer to listen for client connections. Server does not process requests until this is called.
|
|
bool | queue_busy () |
| A 'busy signal' check. More...
|
|
|
void | incomingConnection (qintptr socketDescriptor) |
|
bool Dispatcher::queue_busy |
( |
| ) |
|
A 'busy signal' check.
- Returns
- True when the dispatcher is busy, false otherwise
void Dispatcher::queue_request |
( |
QString |
command | ) |
|
|
slot |
Asynchronous request for a job to run.
- Parameters
-
QString | command specifying the requested job |
void Dispatcher::request_completed |
( |
const QString & |
command | ) |
|
|
slot |
Handler to cleanup after a job finishes and prepares for the next job to run.
- Parameters
-
QString | command of the job that just finished |
The documentation for this class was generated from the following files: