22 #ifndef HYPERSPACE_REQUESTHANDLERHANDSHAKE_H
23 #define HYPERSPACE_REQUESTHANDLERHANDSHAKE_H
50 #endif // HYPERSPACE_REQUESTHANDLERHANDSHAKE_H
Declarations of ApplicationHandler.
std::shared_ptr< Event > EventPtr
Smart pointer to Event.
virtual void run()
Carries out the request.
RequestHandlerHandshake(Comm *comm, Master *master, uint64_t session_id, EventPtr &event_ptr)
Entry point to AsyncComm service.
Base clase for application handlers.