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

Method url

cpp/src/reconnect_test.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 std::string url() const {
101 if (listen_handler_.url.empty()) throw std::runtime_error("no url");
102 return listen_handler_.url;
103 }
104
105 void on_connection_open(proton::connection &c) override {
106 listening_port_ = listener_.port();

Callers 6

on_connection_openMethod · 0.45
on_transport_closeMethod · 0.45
readyMethod · 0.45
readyMethod · 0.45
readyMethod · 0.45
readyMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected