Searched defs:HttpServerConnection (Results 1 – 3 of 3) sorted by relevance
51 public interface HttpServerConnection extends HttpConnection { interface
562 HttpServerConnection::HttpServerConnection(std::unique_ptr<UnixSocket> s) in HttpServerConnection() function in perfetto::base::HttpServerConnection577 void HttpRequestHandler::OnHttpConnectionClosed(HttpServerConnection*) {} in OnHttpConnectionClosed() argument
35 class HttpServerConnection; variable