#include <ServerConnectionHandler.h>
Definition at line 37 of file ServerConnectionHandler.h.
void ServerConnectionHandler::handle |
( |
EventPtr & |
event_ptr | ) |
|
|
virtual |
Callback method.
When the Comm layer needs to deliver an event to the application, this method is called to do so. The set of event types include, CONNECTION_ESTABLISHED, DISCONNECT, MESSAGE, ERROR, and TIMER.
- Parameters
-
event_ptr | smart pointer to Event object |
Implements Hypertable::DispatchHandler.
Definition at line 72 of file ServerConnectionHandler.cc.
Comm* Hyperspace::ServerConnectionHandler::m_comm {} |
|
private |
uint32_t Hyperspace::ServerConnectionHandler::m_maintenance_interval {} |
|
private |
MasterPtr Hyperspace::ServerConnectionHandler::m_master |
|
private |
uint64_t Hyperspace::ServerConnectionHandler::m_session_id {} |
|
private |
The documentation for this class was generated from the following files: