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

Method ssl_server_options

cpp/src/ssl_options.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76ssl_server_options::ssl_server_options(const ssl_server_options& x): impl_(x.impl_) {
77 if (impl_) impl_->incref();
78}
79
80ssl_server_options::~ssl_server_options() {
81 if (impl_) impl_->decref();

Callers 7

make_optsMethod · 0.80
make_optsMethod · 0.80
make_optsMethod · 0.80
make_optsMethod · 0.80
make_optsMethod · 0.80
on_container_startMethod · 0.80
on_container_startMethod · 0.80

Calls 8

set_credFunction · 0.85
set_trusted_ca_dbFunction · 0.85
errorClass · 0.85
pn_domainMethod · 0.80
c_strMethod · 0.80
increfMethod · 0.45
emptyMethod · 0.45

Tested by 5

make_optsMethod · 0.64
make_optsMethod · 0.64
make_optsMethod · 0.64
make_optsMethod · 0.64
make_optsMethod · 0.64