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

Method url

cpp/src/credit_test.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 std::string url() const {
100 if (listen_handler_.url.empty()) throw std::runtime_error("no url");
101 return listen_handler_.url;
102 }
103
104 void on_connection_open(proton::connection &c) override {
105 // Only listen for a single connection

Callers 1

readyMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected