MCPcopy Create free account
hub / github.com/apache/qpid-proton / on_transport_close

Method on_transport_close

cpp/src/reconnect_test.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void on_transport_close(proton::transport& t) override {
170 ASSERT_THROWS_MSG(proton::error, "No active connection", t.connection().url());
171 transport_close_count++;
172 }
173
174protected:
175 int start_count = 0;

Callers

nothing calls this directly

Calls 2

urlMethod · 0.45
connectionMethod · 0.45

Tested by

no test coverage detected