Searched defs:HttpServerMonitor (Results 1 – 1 of 1) sorted by relevance
25 struct HttpServerMonitor : public sigslot::has_slots<> { struct26 HttpServerTransaction* transaction;27 bool server_closed, connection_closed;29 HttpServerMonitor(HttpServer* server) in HttpServerMonitor() argument39 void OnRequest(HttpServer*, HttpServerTransaction* t) { in OnRequest()45 void OnRequestComplete(HttpServer*, HttpServerTransaction* t, int) { in OnRequestComplete()49 void OnClosed(HttpServer*) { in OnClosed()52 void OnConnectionClosed(HttpServer*, int, StreamInterface* stream) { in OnConnectionClosed()