Searched refs:HttpProxyServer (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | httpproxy.py | 269 class HttpProxyServer(SocketServer.ThreadingMixIn, class 316 desired_limit = 2 * HttpProxyServer.connection_limit + wiggle_room 361 if self.num_active_connections >= HttpProxyServer.connection_limit: 365 (self.num_active_connections, HttpProxyServer.connection_limit)) 373 class HttpsProxyServer(HttpProxyServer): 380 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules, 413 class SingleCertHttpsProxyServer(HttpProxyServer): 418 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules, 429 class HttpToHttpsProxyServer(HttpProxyServer): 433 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules,
|
D | httpproxy_test.py | 75 self.proxy_server = httpproxy.HttpProxyServer(
|
D | replay.py | 138 httpproxy.HttpProxyServer,
|