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

Method server

cpp/examples/server.cpp:41–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 public:
41 server(const std::string& u, const std::string& a) :
42 conn_url_(u), addr_(a) {}
43
44 void on_container_start(proton::container& c) override {
45 conn_ = c.connect(conn_url_);

Callers 15

initializeFunction · 0.45
test_auto_open_closeMethod · 0.45
test_transport_errorMethod · 0.45
test_connection_errorMethod · 0.45
test_session_errorMethod · 0.45
test_options_offMethod · 0.45
test_messageMethod · 0.45
test_unhandledMethod · 0.45
test_on_errorMethod · 0.45
test_send_recvMethod · 0.45

Calls

no outgoing calls

Tested by 15

initializeFunction · 0.36
test_auto_open_closeMethod · 0.36
test_transport_errorMethod · 0.36
test_connection_errorMethod · 0.36
test_session_errorMethod · 0.36
test_options_offMethod · 0.36
test_messageMethod · 0.36
test_unhandledMethod · 0.36
test_on_errorMethod · 0.36
test_send_recvMethod · 0.36