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

Method port

cpp/src/url.cpp:246–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244std::string url::password() const { return str(impl_->password); }
245std::string url::host() const { return str(impl_->host); }
246std::string url::port() const { return str(impl_->port); }
247std::string url::path() const { return str(impl_->path); }
248
249std::string url::host_port() const { return host() + ":" + port(); }

Callers 15

on_openMethod · 0.45
on_openMethod · 0.45
on_openMethod · 0.45
config_with_portMethod · 0.45
on_openMethod · 0.45
on_container_startMethod · 0.45
on_openMethod · 0.45
on_openMethod · 0.45
on_connection_openMethod · 0.45
on_openMethod · 0.45
start_connectionMethod · 0.45
listen_common_lhMethod · 0.45

Calls 1

strFunction · 0.70

Tested by 10

on_openMethod · 0.36
on_openMethod · 0.36
on_openMethod · 0.36
config_with_portMethod · 0.36
on_openMethod · 0.36
on_container_startMethod · 0.36
on_openMethod · 0.36
on_openMethod · 0.36
on_connection_openMethod · 0.36
on_openMethod · 0.36