Home
last modified time | relevance | path

Searched defs:HttpServerConnection (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/
DHttpServerConnection.java51 public interface HttpServerConnection extends HttpConnection { interface
/external/perfetto/src/base/http/
Dhttp_server.cc562 HttpServerConnection::HttpServerConnection(std::unique_ptr<UnixSocket> s) in HttpServerConnection() function in perfetto::base::HttpServerConnection
577 void HttpRequestHandler::OnHttpConnectionClosed(HttpServerConnection*) {} in OnHttpConnectionClosed() argument
/external/perfetto/include/perfetto/ext/base/http/
Dhttp_server.h35 class HttpServerConnection; variable