MCPcopy 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
70std::string connection::virtual_host() const {
71 return str(pn_connection_remote_hostname(pn_object()));
72}
73
74std::string connection::container_id() const {
75 return str(pn_connection_remote_container(pn_object()));

Callers 11

parseFunction · 0.45
check_connectionMethod · 0.45
check_connectionMethod · 0.45
on_connection_openMethod · 0.45
test_container_vhostFunction · 0.45
test_container_no_vhostFunction · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45
default_url_optionsFunction · 0.45
on_container_startMethod · 0.45

Calls 2

strFunction · 0.70

Tested by 8

check_connectionMethod · 0.36
check_connectionMethod · 0.36
on_connection_openMethod · 0.36
test_container_vhostFunction · 0.36
test_container_no_vhostFunction · 0.36
on_container_startMethod · 0.36
on_container_startMethod · 0.36
on_container_startMethod · 0.36