Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpserver_unittest.cc25 struct HttpServerMonitor : public sigslot::has_slots<> { struct
26 HttpServerTransaction* transaction;
27 bool server_closed, connection_closed;
29 HttpServerMonitor(HttpServer* server) in HttpServerMonitor() argument
39 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()