Lines Matching refs:websocket
41 namespace websocket namespace
56 std::function<void(crow::websocket::Connection&, std::string_view, in ConnectionImpl()
57 crow::websocket::MessageType type, in ConnectionImpl()
70 ws.set_option(boost::beast::websocket::stream_base::timeout::suggested( in ConnectionImpl()
83 ws.set_option(boost::beast::websocket::stream_base::decorator( in start()
85 protocolHeader](boost::beast::websocket::response_type& m) { in start()
182 {boost::beast::websocket::close_code::normal, msg}, in close()
252 else if (ec != boost::beast::websocket::error::closed && in afterRead()
287 if (ec == boost::beast::websocket::error::closed) in afterWrite()
359 boost::beast::websocket::stream<Adaptor, false> ws;
373 std::function<void(crow::websocket::Connection&, std::string_view,
374 crow::websocket::MessageType type,