Searched defs:ConnectionInfo (Results 1 – 1 of 1) sorted by relevance
136 class ConnectionInfo : public std::enable_shared_from_this<ConnectionInfo> class181 void afterResolve(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterResolve()206 void afterConnect(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterConnect()254 void afterSslHandshake(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterSslHandshake()302 void afterWrite(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterWrite()354 void afterRead(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterRead()486 void onTimerDone(const std::shared_ptr<ConnectionInfo>& /*self*/, in onTimerDone()556 void afterSslShutdown(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterSslShutdown()630 explicit ConnectionInfo( in ConnectionInfo() function in crow::ConnectionInfo