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

Method on_transport_open

cpp/src/handler.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48void messaging_handler::on_transport_close(transport &) {}
49void messaging_handler::on_transport_error(transport &t) { on_error(t.error()); }
50void messaging_handler::on_transport_open(transport &) {}
51
52void messaging_handler::on_connection_close(connection &) {}
53void messaging_handler::on_connection_error(connection &c) { on_error(c.error()); }

Callers 2

on_transport_closedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected