Home
last modified time | relevance | path

Searched refs:protocol_handler_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dinspector_socket.cc799 protocol_handler_->AcceptUpgrade(ws_key); in AcceptUpgrade()
803 protocol_handler_->CancelHandshake(); in CancelHandshake()
807 return protocol_handler_->GetHost(); in GetHost()
811 protocol_handler_.reset(std::move(handler)); in SwitchProtocol()
815 protocol_handler_->Write(std::vector<char>(data, data + len)); in Write()
H A Dinspector_socket.h51 DeleteFnPtr<ProtocolHandler, Shutdown> protocol_handler_; member in node::inspector::InspectorSocket

Completed in 3 milliseconds