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

Method on_transport_error

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

Source from the content-addressed store, hash-verified

47void messaging_handler::on_sendable(sender &) {}
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 &) {}

Callers 2

dispatchMethod · 0.45
on_transport_closedFunction · 0.45

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected