Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ virtual_host
Method
virtual_host
cpp/src/connection.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
std::string connection::virtual_host() const {
71
return str(pn_connection_remote_hostname(pn_object()));
72
}
73
74
std::string connection::container_id() const {
75
return str(pn_connection_remote_container(pn_object()));
Callers
11
parse
Function · 0.45
check_connection
Method · 0.45
check_connection
Method · 0.45
on_connection_open
Method · 0.45
test_container_vhost
Function · 0.45
test_container_no_vhost
Function · 0.45
on_container_start
Method · 0.45
on_container_start
Method · 0.45
on_container_start
Method · 0.45
default_url_options
Function · 0.45
on_container_start
Method · 0.45
Calls
2
str
Function · 0.70
pn_connection_remote_hostname
Function · 0.50
Tested by
8
check_connection
Method · 0.36
check_connection
Method · 0.36
on_connection_open
Method · 0.36
test_container_vhost
Function · 0.36
test_container_no_vhost
Function · 0.36
on_container_start
Method · 0.36
on_container_start
Method · 0.36
on_container_start
Method · 0.36