Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp136 class ConnectionInfo : public std::enable_shared_from_this<ConnectionInfo> class
203 void afterResolve(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterResolve()
228 void afterConnect(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterConnect()
276 void afterSslHandshake(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterSslHandshake()
324 void afterWrite(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterWrite()
376 void afterRead(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterRead()
508 void onTimerDone(const std::shared_ptr<ConnectionInfo>& /*self*/, in onTimerDone()
578 void afterSslShutdown(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterSslShutdown()
652 explicit ConnectionInfo( in ConnectionInfo() function in crow::ConnectionInfo