| 34 | } |
| 35 | |
| 36 | void onHandshaked() override |
| 37 | { |
| 38 | std::cout << "Chat SSL client handshaked a new session with Id " << id() << std::endl; |
| 39 | } |
| 40 | |
| 41 | void onDisconnected() override |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected