Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
class connection link::connection() const {
79
return make_wrapper(pn_session_connection(pn_link_session(pn_object())));
80
}
81
82
class session link::session() const {
83
return make_wrapper(pn_link_session(pn_object()));
Callers
15
fail
Method · 0.45
third_idle
Method · 0.45
fifth_idle
Method · 0.45
on_message
Method · 0.45
on_sendable
Method · 0.45
on_message
Method · 0.45
on_sendable
Method · 0.45
on_transport_open
Method · 0.45
on_transport_error
Method · 0.45
on_receiver_open
Method · 0.45
on_sender_open
Method · 0.45
check_close
Method · 0.45
Calls
3
make_wrapper
Function · 0.85
pn_session_connection
Function · 0.85
pn_link_session
Function · 0.85
Tested by
15
fail
Method · 0.36
third_idle
Method · 0.36
fifth_idle
Method · 0.36
on_message
Method · 0.36
on_sendable
Method · 0.36
on_message
Method · 0.36
on_sendable
Method · 0.36
on_transport_open
Method · 0.36
on_transport_error
Method · 0.36
check_close
Method · 0.36
on_receiver_open
Method · 0.36
on_message
Method · 0.36