Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
connection::~connection() = default;
50
51
transport connection::transport() const {
52
return make_wrapper(pn_connection_transport(pn_object()));
53
}
54
55
void connection::open() {
56
open(connection_options());
Callers
6
test_driver_disconnected
Function · 0.45
test_message_timeout_fail
Function · 0.45
on_connection_open
Method · 0.45
on_connection_open
Method · 0.45
on_connection_open
Method · 0.45
on_connection_open
Method · 0.45
Calls
2
make_wrapper
Function · 0.85
pn_connection_transport
Function · 0.85
Tested by
2
test_driver_disconnected
Function · 0.36
test_message_timeout_fail
Function · 0.36