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

Method onConnected

examples/ssl_chat_server.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20protected:
21 void onConnected() override
22 {
23 std::cout << "Chat SSL session with Id " << id() << " connected!" << std::endl;
24 }
25
26 void onHandshaked() override
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected