Babel
Epitech's C++ VoIP project
Classes | Namespaces
BabelServer.hpp File Reference
#include "AsioTCPServer.hpp"
#include "AsioTCPConnection.hpp"
#include "Network/Message.hpp"
#include "Network/RFCCodes.hpp"
#include "Utilities/FreeList.hpp"
#include "User.hpp"
#include <array>
#include <functional>
#include "Call.hpp"
#include <iostream>
#include <algorithm>
#include <string>
#include <map>
#include <iomanip>
#include <sstream>
#include <utility>
Include dependency graph for BabelServer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Babel::BabelServer
 Main server class contains almost all the logic for the server. More...
 
struct  Babel::BabelServer::RequestHandler
 Utils struct to store requests information. More...
 

Namespaces

 Babel