Lines Matching refs:HttpServerMonitor
25 struct HttpServerMonitor : public sigslot::has_slots<> { struct
29 HttpServerMonitor(HttpServer* server) in HttpServerMonitor() function
32 &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()
120 HttpServerMonitor monitor(&server); in TEST()