Abstracts away connections implementation and their life-cycle. More...
#include <connection_handler.h>
Public Member Functions | |
void | RegisterPool (IoContextPool *pool) |
virtual ConnectionHandler * | NewConnection (IoContext &context)=0 |
virtual void | PreShutdown () |
virtual void | PostShutdown () |
Protected Member Functions | |
IoContextPool * | pool () |
Abstracts away connections implementation and their life-cycle.
Definition at line 125 of file connection_handler.h.