Abstract class for creating default application dispatch handlers. More...
#include <ConnectionHandlerFactory.h>

Public Member Functions | |
| virtual | ~ConnectionHandlerFactory () |
| Destructor. More... | |
| virtual void | get_instance (DispatchHandlerPtr &dhp)=0 |
| Creates a connection dispatch handler. More... | |
Abstract class for creating default application dispatch handlers.
Definition at line 41 of file ConnectionHandlerFactory.h.
|
inlinevirtual |
Destructor.
Definition at line 44 of file ConnectionHandlerFactory.h.
|
pure virtual |
Creates a connection dispatch handler.
| dhp | Reference to created dispatch handler |
Implemented in HandlerFactory, Hypertable::FsBroker::Lib::ConnectionHandlerFactory, HandlerFactory, and Hypertable::HandlerFactory.
1.8.8