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

Method ssl_client_options

cpp/src/ssl_options.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102ssl_server_options::ssl_server_options() : impl_(0) {}
103
104ssl_client_options::ssl_client_options(const ssl_client_options& x): impl_(x.impl_) {
105 if (impl_) impl_->incref();
106}
107
108ssl_client_options& ssl_client_options::operator=(const ssl_client_options& x) {
109 if (&x!=this) {

Callers 4

parse_tlsFunction · 0.80
default_url_optionsFunction · 0.80
on_container_startMethod · 0.80
on_container_startMethod · 0.80

Calls 5

set_client_verify_modeFunction · 0.85
set_trusted_ca_dbFunction · 0.85
set_credFunction · 0.85
pn_domainMethod · 0.80
increfMethod · 0.45

Tested by

no test coverage detected