| 19 | |
| 20 | protected: |
| 21 | void onConnected() override |
| 22 | { |
| 23 | std::cout << "Chat SSL session with Id " << id() << " connected!" << std::endl; |
| 24 | } |
| 25 | |
| 26 | void onHandshaked() override |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected