Home
last modified time | relevance | path

Searched refs: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
178 std::bind_front(&ConnectionInfo::afterResolve, in doResolve()
182 void afterResolve(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterResolve() argument
203 std::bind_front(&ConnectionInfo::afterConnect, this, in afterResolve()
207 void afterConnect(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterConnect() argument
251 std::bind_front(&ConnectionInfo::afterSslHandshake, this, in doSslHandshake()
255 void afterSslHandshake(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterSslHandshake() argument
291 std::bind_front(&ConnectionInfo::afterWrite, this, in sendMessage()
298 std::bind_front(&ConnectionInfo::afterWrite, this, in sendMessage()
303 void afterWrite(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterWrite() argument
[all …]