#include <libmythprotoserver/requesthandler/messagehandler.h>
Definition at line 10 of file messagehandler.h.
◆ MessageHandler()
MessageHandler::MessageHandler |
( |
void |
| ) |
|
◆ HandleQuery()
bool MessageHandler::HandleQuery |
( |
SocketHandler * |
socket, |
|
|
QStringList & |
commands, |
|
|
QStringList & |
slist |
|
) |
| |
|
overridevirtual |
◆ GetHandlerName()
QString MessageHandler::GetHandlerName |
( |
void |
| ) |
|
|
inlineoverridevirtual |
◆ customEvent()
void MessageHandler::customEvent |
( |
QEvent * |
e | ) |
|
|
override |
◆ HandleInbound()
◆ HandleOutbound()
Handle an asynchronous message received from the master backend. These are converted into a MythEvent and dispatched to all classes registered for events.
- Parameters
-
sock | The socket on which the message arrived. This class of messages are never responded to, so this variable is never used. |
slist | The contents of the asynchronous message. This is put into an event and sent to any classes that are interested. |
Definition at line 93 of file messagehandler.cpp.
Referenced by HandleQuery().
The documentation for this class was generated from the following files: