Searched defs:HttpServer (Results 1 – 11 of 11) sorted by relevance
75 TEST(HttpServer, DoesNotSignalCloseUnlessCloseAllIsCalled) { in TEST() argument89 TEST(HttpServer, SignalsCloseWhenNoConnectionsAreActive) { in TEST() argument101 TEST(HttpServer, SignalsCloseAfterGracefulCloseAll) { in TEST() argument118 TEST(HttpServer, SignalsCloseAfterForcedCloseAll) { in TEST() argument
37 class HttpServer; variable
45 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) { in HttpServer() function in talk_base::HttpServer
8 HttpServer::HttpServer(std::string ip, int port) in HttpServer() function in HttpServer
7 HttpServer::HttpServer(std::string ip, int port) in HttpServer() function in HttpServer
16 class HttpServer; variable
24 HttpServer::HttpServer(const StreamListenSocketFactory& factory, in HttpServer() function in net::HttpServer
26 class HttpServer; variable
59 friend class HttpServer; variable
26 HttpServer::HttpServer(const std::string& host, in HttpServer() function in net::HttpServer
43 class HttpServer : public net::HttpServer::Delegate { class45 explicit HttpServer(const HttpRequestHandlerFunc& handle_request_func) in HttpServer() function in __anon80f388840111::HttpServer