Searched defs:NbdProxyServer (Results 1 – 1 of 1) sorted by relevance
201 struct NbdProxyServer : std::enable_shared_from_this<NbdProxyServer> struct203 NbdProxyServer(crow::websocket::Connection& connIn, in NbdProxyServer() function218 ~NbdProxyServer() in ~NbdProxyServer()239 std::string getEndpointId() const in getEndpointId()244 static void afterMount(const std::weak_ptr<NbdProxyServer>& weak, in afterMount()263 static void afterAccept(const std::weak_ptr<NbdProxyServer>& weak, in afterAccept()287 void run() in run()301 void send(std::string_view buffer, std::function<void()>&& onDone) in send()311 static void afterSendEx(const std::weak_ptr<NbdProxyServer>& weak) in afterSendEx()321 void afterRead(const std::weak_ptr<NbdProxyServer>& weak, in afterRead()[all …]