Searched refs:HttpServerMonitor (Results 1 – 1 of 1) sorted by relevance
25 struct HttpServerMonitor : public sigslot::has_slots<> { struct29 HttpServerMonitor(HttpServer* server) in HttpServerMonitor() function32 &HttpServerMonitor::OnClosed); in HttpServerMonitor()33 server->SignalHttpRequest.connect(this, &HttpServerMonitor::OnRequest); in HttpServerMonitor()35 &HttpServerMonitor::OnRequestComplete); in HttpServerMonitor()37 &HttpServerMonitor::OnConnectionClosed); in HttpServerMonitor()59 HttpServerMonitor& monitor, in CreateClientConnection()77 HttpServerMonitor monitor(&server); in TEST()91 HttpServerMonitor monitor(&server); in TEST()103 HttpServerMonitor monitor(&server); in TEST()[all …]