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