MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onHandshaked

Method onHandshaked

examples/ssl_chat_client.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected