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

Method update_options

cpp/src/connection.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void connection::update_options(const connection_options& options) {
222 connection_context& cc = connection_context::get(pn_object());
223 cc.connection_options_->update(options);
224}
225
226void connection::user_data(void* user_data) const {
227 connection_context& cc = connection_context::get(pn_object());

Callers 3

on_transport_errorMethod · 0.80
on_transport_errorMethod · 0.80
on_transport_errorMethod · 0.80

Calls 2

getFunction · 0.70
updateMethod · 0.45

Tested by 3

on_transport_errorMethod · 0.64
on_transport_errorMethod · 0.64
on_transport_errorMethod · 0.64