| 38 | |
| 39 | protected: |
| 40 | std::shared_ptr<SSLSession> CreateSession(const std::shared_ptr<SSLServer>& server) override |
| 41 | { |
| 42 | return std::make_shared<EchoSession>(server); |
| 43 | } |
| 44 | |
| 45 | protected: |
| 46 | void onError(int error, const std::string& category, const std::string& message) override |
nothing calls this directly
no outgoing calls
no test coverage detected