| 29 | |
| 30 | protected: |
| 31 | void onConnected() override |
| 32 | { |
| 33 | std::cout << "Chat SSL client connected a new session with Id " << id() << std::endl; |
| 34 | } |
| 35 | |
| 36 | void onHandshaked() override |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected