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

Method transport

cpp/src/connection.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49connection::~connection() = default;
50
51transport connection::transport() const {
52 return make_wrapper(pn_connection_transport(pn_object()));
53}
54
55void connection::open() {
56 open(connection_options());

Callers 6

test_driver_disconnectedFunction · 0.45
on_connection_openMethod · 0.45
on_connection_openMethod · 0.45
on_connection_openMethod · 0.45
on_connection_openMethod · 0.45

Calls 2

make_wrapperFunction · 0.85
pn_connection_transportFunction · 0.85

Tested by 2

test_driver_disconnectedFunction · 0.36