#include <ConnectionHandler.h>
Definition at line 37 of file ConnectionHandler.h.
 
  
  | 
        
          | virtual void Hypertable::RangeServer::ConnectionHandler::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.
 
 
  
  | 
        
          | Comm* Hypertable::RangeServer::ConnectionHandler::m_comm |  | private | 
 
 
  
  | 
        
          | bool Hypertable::RangeServer::ConnectionHandler::m_shutdown {} |  | private | 
 
 
The documentation for this class was generated from the following file: