![]() |
Banking_System_Server
1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
|
This file contains the declaration of the ServerHandler class, which handles incoming client connections in a separate thread. More...
#include <QEventLoop>#include <QObject>#include <QDebug>#include <QRunnable>#include <QThread>#include <QCryptographicHash>#include <QByteArray>#include <QMutex>#include "RequestManager.h"#include <QTcpServer>#include <QTcpSocket>

Go to the source code of this file.
Classes | |
| class | ServerHandler |
| The ServerHandler class handles incoming client connections in a separate thread. More... | |
This file contains the declaration of the ServerHandler class, which handles incoming client connections in a separate thread.