22 #ifndef Hyperspace_ServerKeepaliveHandler_h
23 #define Hyperspace_ServerKeepaliveHandler_h
59 #endif // Hyperspace_ServerKeepaliveHandler_h
ServerKeepaliveHandler(Comm *comm, Master *master, ApplicationQueuePtr &app_queue_ptr)
void deliver_event_notifications(uint64_t session_id)
Abstract base class for application dispatch handlers registered with AsyncComm.
std::shared_ptr< Event > EventPtr
Smart pointer to Event.
struct sockaddr_in m_send_addr
Declarations for DispatchHandler.
std::shared_ptr< ServerKeepaliveHandler > ServerKeepaliveHandlerPtr
Entry point to AsyncComm service.
Declarations for ApplicationQueue.
ApplicationQueuePtr m_app_queue_ptr
std::shared_ptr< ApplicationQueue > ApplicationQueuePtr
Shared smart pointer to ApplicationQueue object.
virtual void handle(Hypertable::EventPtr &event_ptr)
Callback method.