Searched refs:HttpProxyServer (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | httpproxy.py | 277 class HttpProxyServer(SocketServer.ThreadingMixIn, class 324 desired_limit = 2 * HttpProxyServer.connection_limit + wiggle_room 370 if self.num_active_connections >= HttpProxyServer.connection_limit: 374 (self.num_active_connections, HttpProxyServer.connection_limit)) 382 class HttpsProxyServer(HttpProxyServer): 389 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules, 422 class SingleCertHttpsProxyServer(HttpProxyServer): 427 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules, 438 class HttpToHttpsProxyServer(HttpProxyServer): 442 HttpProxyServer.__init__(self, http_archive_fetch, custom_handlers, rules,
|
D | httpproxy_test.py | 86 self.proxy_server = httpproxy.HttpProxyServer(
|
D | replay.py | 139 httpproxy.HttpProxyServer,
|