| 81 | int disconnect_count() { return disconnect_count_; } |
| 82 | bool disconnect_error() { return disconnect_error_; } |
| 83 | pn_raw_connection_t *last_server() { return last_server_; } |
| 84 | void set_write_on_wake(pn_raw_buffer_t *b) { write_buff_ = *b; } |
| 85 | |
| 86 | bool handle(pn_event_t *e) override { |
no outgoing calls
no test coverage detected