Searched refs:connIn (Results 1 – 5 of 5) sorted by relevance
20 explicit KvmSession(crow::websocket::Connection& connIn) : in KvmSession() argument21 conn(connIn), hostSocket(conn.getIoContext()) in KvmSession()26 endpoint, [this, &connIn](const boost::system::error_code& ec) { in KvmSession()34 connIn.close("Error in connecting to KVM port"); in KvmSession()
188 NbdProxyServer(crow::websocket::Connection& connIn, in NbdProxyServer()193 peerSocket(connIn.getIoContext()), in NbdProxyServer()194 acceptor(connIn.getIoContext(), stream_protocol::endpoint(socketId)), in NbdProxyServer()195 connection(connIn) in NbdProxyServer()
29 crow::websocket::Connection& connIn) : in ConsoleHandler() argument30 hostSocket(ioc), conn(connIn) in ConsoleHandler()
67 Subscription::Subscription(crow::sse_socket::Connection& connIn) : in Subscription() argument69 sseConn(&connIn)
49 explicit Subscription(crow::sse_socket::Connection& connIn);