Searched refs:WsConnectionContext (Results 1 – 1 of 1) sorted by relevance
54 class WsConnectionContext;66 std::shared_ptr<WsConnectionContext> context);113 std::shared_ptr<WsConnectionContext> context_;116 class WsConnectionContext class117 : public std::enable_shared_from_this<WsConnectionContext> {119 static std::shared_ptr<WsConnectionContext> Create();121 WsConnectionContext(struct lws_context* lws_ctx);122 ~WsConnectionContext();158 auto ws_context = WsConnectionContext::Create(); in Connect()324 std::shared_ptr<WsConnectionContext> WsConnectionContext::Create() { in Create()[all …]