![]() |
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 RequestManager class, which handles incoming requests and dispatches them to the appropriate request handler. More...
#include <QMutex>
#include <QByteArray>
#include <QJsonParseError>
#include <QDebug>
#include <QMap>
#include "Requests/Request.h"
#include "Requests/LoginRequest.h"
#include "Requests/GetAccountNumberRequest.h"
#include "Requests/GetBalanceRequest.h"
#include "Requests/GetTransactionsHistoryRequest.h"
#include "Requests/MakeTransactionRequest.h"
#include "Requests/GetDatabaseRequest.h"
#include "Requests/CreateNewUserRequest.h"
#include "Requests/DeleteUserRequest.h"
#include "Requests/UpdateUserRequest.h"
#include "Requests/UserInitRequest.h"
#include "Requests/UpdateEmailRequest.h"
#include "Requests/UpdatePasswordRequest.h"
Go to the source code of this file.
Classes | |
class | RequestManager |
The RequestManager class handles incoming requests and dispatches them to the appropriate request handler. More... | |
This file contains the declaration of the RequestManager class, which handles incoming requests and dispatches them to the appropriate request handler.