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

Method connection

cpp/src/link.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78class connection link::connection() const {
79 return make_wrapper(pn_session_connection(pn_link_session(pn_object())));
80}
81
82class session link::session() const {
83 return make_wrapper(pn_link_session(pn_object()));

Callers 15

failMethod · 0.45
third_idleMethod · 0.45
fifth_idleMethod · 0.45
on_messageMethod · 0.45
on_sendableMethod · 0.45
on_messageMethod · 0.45
on_sendableMethod · 0.45
on_transport_openMethod · 0.45
on_transport_errorMethod · 0.45
on_receiver_openMethod · 0.45
on_sender_openMethod · 0.45
check_closeMethod · 0.45

Calls 3

make_wrapperFunction · 0.85
pn_session_connectionFunction · 0.85
pn_link_sessionFunction · 0.85

Tested by 15

failMethod · 0.36
third_idleMethod · 0.36
fifth_idleMethod · 0.36
on_messageMethod · 0.36
on_sendableMethod · 0.36
on_messageMethod · 0.36
on_sendableMethod · 0.36
on_transport_openMethod · 0.36
on_transport_errorMethod · 0.36
check_closeMethod · 0.36
on_receiver_openMethod · 0.36
on_messageMethod · 0.36