14 #ifndef CONNECTIONLISTENER_H__
15 #define CONNECTIONLISTENER_H__
47 virtual void onConnect() = 0;
68 virtual void onResourceBind(
const std::string& resource ) { (void)resource; }
91 virtual bool onTLSConnect(
const CertInfo& info ) = 0;
106 #endif // CONNECTIONLISTENER_H__