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

Method sasl

cpp/src/transport.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45class sasl transport::sasl() const {
46 return pn_sasl(pn_object());
47}
48
49error_condition transport::error() const {
50 return make_wrapper(pn_transport_condition(pn_object()));

Callers 1

on_connection_openMethod · 0.45

Calls 1

pn_saslFunction · 0.85

Tested by

no test coverage detected