Babel
Epitech's C++ VoIP project
Public Attributes | List of all members
Babel::BabelServer::RequestHandler Struct Reference

Utils struct to store requests information. More...

Collaboration diagram for Babel::BabelServer::RequestHandler:

Public Attributes

std::function< Message< RFCCodes >std::shared_ptr< ITCPConnection< RFCCodes > >, Message< RFCCodes >)> method
 the actual function to call to process the request More...
 
bool loginRequired
 prerequisite of the request More...
 

Detailed Description

Utils struct to store requests information.

Member Data Documentation

◆ loginRequired

bool Babel::BabelServer::RequestHandler::loginRequired

prerequisite of the request

◆ method

std::function<Message<RFCCodes>std::shared_ptr<ITCPConnection<RFCCodes> >, Message<RFCCodes>)> Babel::BabelServer::RequestHandler::method

the actual function to call to process the request


The documentation for this struct was generated from the following file: