Banking_System_Server  1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
serverhandler.h File Reference

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>
Include dependency graph for serverhandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ServerHandler
 The ServerHandler class handles incoming client connections in a separate thread. More...
 

Detailed Description

This file contains the declaration of the ServerHandler class, which handles incoming client connections in a separate thread.