#include <controlrequesthandler.h>
Definition at line 13 of file controlrequesthandler.h.
◆ HandleQuery()
bool ControlRequestHandler::HandleQuery |
( |
SocketHandler * |
socket, |
|
|
QStringList & |
commands, |
|
|
QStringList & |
slist |
|
) |
| |
|
overridevirtual |
Dispatch query messages received from a client.
- Parameters
-
socket | The socket on which the message arrived. This is used to communicate the response back to the sender of the query. |
commands | The command to execute. |
slist | Additional list arguments to the query. None of the supported queries have any additional arguments, so this variable is never used. |
Reimplemented from SocketRequestHandler.
Definition at line 38 of file controlrequesthandler.cpp.
◆ AnnounceSocket()
bool ControlRequestHandler::AnnounceSocket |
( |
void |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: