This handler factory gets passed into Comm::listen. More...
Public Member Functions | |
HandlerFactory (DispatchHandlerPtr &dhp) | |
virtual void | get_instance (DispatchHandlerPtr &dhp) |
Creates a connection dispatch handler. More... | |
HandlerFactory (ApplicationQueuePtr &app_queue, MasterPtr &master) | |
virtual void | get_instance (DispatchHandlerPtr &dhp) |
Creates a connection dispatch handler. More... | |
Public Member Functions inherited from Hypertable::ConnectionHandlerFactory | |
virtual | ~ConnectionHandlerFactory () |
Destructor. More... | |
Private Attributes | |
DispatchHandlerPtr | m_dispatch_handler_ptr |
ApplicationQueuePtr | m_app_queue |
MasterPtr | m_master |
This handler factory gets passed into Comm::listen.
It gets constructed with a pointer to a DispatchHandler.
Definition at line 186 of file sampleClient.cc.
|
inline |
Definition at line 188 of file sampleClient.cc.
|
inline |
|
inlinevirtual |
Creates a connection dispatch handler.
dhp | Reference to created dispatch handler |
Implements Hypertable::ConnectionHandlerFactory.
|
inlinevirtual |
Creates a connection dispatch handler.
dhp | Reference to created dispatch handler |
Implements Hypertable::ConnectionHandlerFactory.
Definition at line 191 of file sampleClient.cc.
|
private |
|
private |
Definition at line 195 of file sampleClient.cc.