Home
last modified time | relevance | path

Searched defs:ConnectionInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_client.hpp137 class ConnectionInfo : public std::enable_shared_from_this<ConnectionInfo> class
182 void afterResolve(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterResolve()
207 void afterConnect(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterConnect()
255 void afterSslHandshake(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterSslHandshake()
303 void afterWrite(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterWrite()
355 void afterRead(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterRead()
487 void onTimerDone(const std::shared_ptr<ConnectionInfo>& /*self*/, in onTimerDone()
557 void afterSslShutdown(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterSslShutdown()
631 explicit ConnectionInfo( in ConnectionInfo() function in crow::ConnectionInfo