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

Method protocol

cpp/src/ssl.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::string ssl::protocol() const {
41 char buf[128];
42 if (pn_ssl_get_protocol_name(object_, buf, sizeof(buf)))
43 return std::string(buf);
44 return std::string();
45}
46
47enum ssl::resume_status ssl::resume_status() const {
48 return (enum ssl::resume_status)pn_ssl_resume_status(object_);

Callers 2

on_connection_openMethod · 0.80
on_connection_openMethod · 0.80

Calls 1

pn_ssl_get_protocol_nameFunction · 0.50

Tested by

no test coverage detected