7 #include <utils/Components.h> 8 #include <utils/Logger.h> 9 #include <utils/settings.h> 49 void closedConnection(
void);
64 QSet<JsonClientConnection *> _openConnections;
69 NetOrigin* _netOrigin;
This class creates a TCP server which accepts connections wich can then send in JSON encoded commands...
Definition: JsonServer.h:22
void handleSettingsUpdate(const settings::type &type, const QJsonDocument &config)
Handle settings update from Hyperion Settingsmanager emit or this constructor.
Definition: JsonServer.cpp:73
Definition: bonjourserviceregister.h:43
The Connection object created by JsonServer when a new connection is established. ...
Definition: JsonClientConnection.h:18
JsonServer(const QJsonDocument &config)
JsonServer constructor.
Definition: JsonServer.cpp:17
uint16_t getPort() const
Definition: JsonServer.cpp:87