Searched refs:ConnectionInfo (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/http/ |
| H A D | http_client.hpp | 136 class ConnectionInfo : public std::enable_shared_from_this<ConnectionInfo> class 180 std::bind_front(&ConnectionInfo::afterResolve, this, in doResolve() 203 void afterResolve(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterResolve() argument 224 std::bind_front(&ConnectionInfo::afterConnect, this, in afterResolve() 228 void afterConnect(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterConnect() argument 272 std::bind_front(&ConnectionInfo::afterSslHandshake, in doSslHandshake() 276 void afterSslHandshake(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterSslHandshake() argument 312 std::bind_front(&ConnectionInfo::afterWrite, this, in sendMessage() 319 std::bind_front(&ConnectionInfo::afterWrite, this, in sendMessage() 324 void afterWrite(const std::shared_ptr<ConnectionInfo>& /*self*/, in afterWrite() argument [all …]
|