MythTV
master
|
#include <mythmediaserver/controlrequesthandler.h>
Public Member Functions | |
bool | HandleQuery (SocketHandler *socket, QStringList &commands, QStringList &slist) override |
Dispatch query messages received from a client. More... | |
Public Member Functions inherited from OutboundRequestHandler | |
OutboundRequestHandler (void) | |
QString | GetHandlerName (void) override |
void | connectionClosed (MythSocket *socket) override |
Public Member Functions inherited from SocketRequestHandler | |
SocketRequestHandler ()=default | |
~SocketRequestHandler () override=default | |
virtual bool | HandleAnnounce (MythSocket *, QStringList &, QStringList &) |
virtual void | connectionAnnounced (MythSocket *, QStringList &, QStringList &) |
virtual void | SetParent (MythSocketManager *parent) |
MythSocketManager * | GetParent (void) |
Protected Member Functions | |
bool | AnnounceSocket (void) override |
Additional Inherited Members | |
Public Slots inherited from OutboundRequestHandler | |
void | ConnectToMaster (void) |
Protected Attributes inherited from OutboundRequestHandler | |
MythSocket * | m_socket { nullptr } |
Protected Attributes inherited from SocketRequestHandler | |
MythSocketManager * | m_parent { nullptr } |
Definition at line 13 of file controlrequesthandler.h.
|
overridevirtual |
Dispatch query messages received from a client.
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.
|
overrideprotectedvirtual |
Reimplemented from OutboundRequestHandler.
Definition at line 14 of file controlrequesthandler.cpp.