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

Method apply_unbound

cpp/src/connection_options.cpp:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268connection_options& connection_options::sasl_config_path(const std::string &p) { impl_->sasl_config_path = p; return *this; }
269
270void connection_options::apply_unbound(connection& c) const { impl_->apply_unbound(c); }
271void connection_options::apply_reconnect_urls(pn_connection_t *c) const { impl_->apply_reconnect_urls(c); }
272void connection_options::apply_unbound_client(pn_transport_t *t) const { impl_->apply_sasl(t); impl_->apply_ssl(t, true); impl_->apply_transport(t); }
273void connection_options::apply_unbound_server(pn_transport_t *t) const { impl_->apply_sasl(t); impl_->apply_ssl(t, false); impl_->apply_transport(t); }

Callers 2

openMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected