4 #include <utils/Logger.h> 5 #include <utils/settings.h> 23 ProtoServer(
const QJsonDocument& config, QObject* parent =
nullptr);
45 void clientDisconnected();
64 const QJsonDocument _config;
66 QVector<ProtoClientConnection*> _openConnections;
This class creates a TCP server which accepts connections wich can then send in Protocol Buffer encod...
Definition: ProtoServer.h:18
void handleSettingsUpdate(const settings::type &type, const QJsonDocument &config)
Handle settings update.
Definition: ProtoServer.cpp:33
The Connection object created by a ProtoServer when a new connection is established.
Definition: ProtoClientConnection.h:23