telemetry.core.wpr_server
index
telemetry/core/wpr_server.py

# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
os
sys
telemetry.core.util
webpagereplay

 
Classes
       
__builtin__.object
ReplayServer

 
class ReplayServer(__builtin__.object)
     Methods defined here:
Close(self)
__enter__(self)
__exit__(self, *args)
__init__(self, browser_backend, path, is_record_mode, is_append_mode, make_javascript_deterministic, webpagereplay_host, webpagereplay_local_http_port, webpagereplay_local_https_port, webpagereplay_remote_http_port, webpagereplay_remote_https_port)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
GetChromeFlags(replay_host, http_port, https_port)