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

Method reconnected

cpp/src/connection.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215bool connection::reconnected() const {
216 connection_context& cc = connection_context::get(pn_object());
217 reconnect_context* rc = cc.reconnect_context_.get();
218 return (rc && rc->reconnected_);
219}
220
221void connection::update_options(const connection_options& options) {
222 connection_context& cc = connection_context::get(pn_object());

Callers 3

on_connection_openMethod · 0.80
on_transport_errorMethod · 0.80
on_connection_openMethod · 0.80

Calls 2

getFunction · 0.70
getMethod · 0.45

Tested by 2

on_connection_openMethod · 0.64
on_transport_errorMethod · 0.64