Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initialize
Function · 0.45
test_auto_open_close
Method · 0.45
test_no_auto_open_close
Method · 0.45
test_transport_error
Method · 0.45
test_connection_error
Method · 0.45
test_session_error
Method · 0.45
test_sender_receiver_error
Method · 0.45
test_options_off
Method · 0.45
test_message
Method · 0.45
test_unhandled
Method · 0.45
test_on_error
Method · 0.45
test_send_recv
Method · 0.45
Calls
no outgoing calls
Tested by
15
initialize
Function · 0.36
test_auto_open_close
Method · 0.36
test_no_auto_open_close
Method · 0.36
test_transport_error
Method · 0.36
test_connection_error
Method · 0.36
test_session_error
Method · 0.36
test_sender_receiver_error
Method · 0.36
test_options_off
Method · 0.36
test_message
Method · 0.36
test_unhandled
Method · 0.36
test_on_error
Method · 0.36
test_send_recv
Method · 0.36