| OLD | NEW |
| (Empty) | |
| 1 |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 <html><head><title>Python: module telemetry.core.wpr_server</title> |
| 4 </head><body bgcolor="#f0f0f8"> |
| 5 |
| 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
| 7 <tr bgcolor="#7799ee"> |
| 8 <td valign=bottom> <br> |
| 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a hre
f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry
.core.html"><font color="#ffffff">core</font></a>.wpr_server</strong></big></big
></font></td |
| 10 ><td align=right valign=bottom |
| 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href=
"file:/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/wpr_server.py
">/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/wpr_server.py</a>
</font></td></tr></table> |
| 12 <p><tt># Copyright (c) 2012 The Chromium Autho
rs. All rights reserved.<br> |
| 13 # Use of this source code is governed by
a BSD-style license that can be<br> |
| 14 # found in the LICENSE file.</tt></p> |
| 15 <p> |
| 16 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 17 <tr bgcolor="#aa55cc"> |
| 18 <td colspan=3 valign=bottom> <br> |
| 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> |
| 20 |
| 21 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> |
| 22 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="os.html">os</a><br> |
| 23 </td><td width="25%" valign=top><a href="sys.html">sys</a><br> |
| 24 </td><td width="25%" valign=top><a href="telemetry.core.util.html">telemetry.cor
e.util</a><br> |
| 25 </td><td width="25%" valign=top><a href="webpagereplay.html">webpagereplay</a><b
r> |
| 26 </td></tr></table></td></tr></table><p> |
| 27 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 28 <tr bgcolor="#ee77aa"> |
| 29 <td colspan=3 valign=bottom> <br> |
| 30 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> |
| 31 |
| 32 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> |
| 33 <td width="100%"><dl> |
| 34 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.
object</a> |
| 35 </font></dt><dd> |
| 36 <dl> |
| 37 <dt><font face="helvetica, arial"><a href="telemetry.core.wpr_server.html#Replay
Server">ReplayServer</a> |
| 38 </font></dt></dl> |
| 39 </dd> |
| 40 </dl> |
| 41 <p> |
| 42 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 43 <tr bgcolor="#ffc8d8"> |
| 44 <td colspan=3 valign=bottom> <br> |
| 45 <font color="#000000" face="helvetica, arial"><a name="ReplayServer">class <stro
ng>ReplayServer</strong></a>(<a href="__builtin__.html#object">__builtin__.objec
t</a>)</font></td></tr> |
| 46 |
| 47 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| 48 <td width="100%">Methods defined here:<br> |
| 49 <dl><dt><a name="ReplayServer-Close"><strong>Close</strong></a>(self)</dt></dl> |
| 50 |
| 51 <dl><dt><a name="ReplayServer-__enter__"><strong>__enter__</strong></a>(self)</d
t></dl> |
| 52 |
| 53 <dl><dt><a name="ReplayServer-__exit__"><strong>__exit__</strong></a>(self, *arg
s)</dt></dl> |
| 54 |
| 55 <dl><dt><a name="ReplayServer-__init__"><strong>__init__</strong></a>(self, brow
ser_backend, path, is_record_mode, is_append_mode, webpagereplay_host, webpagere
play_local_http_port, webpagereplay_local_https_port, webpagereplay_remote_http_
port, webpagereplay_remote_https_port)</dt></dl> |
| 56 |
| 57 <hr> |
| 58 Data descriptors defined here:<br> |
| 59 <dl><dt><strong>__dict__</strong></dt> |
| 60 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
| 61 </dl> |
| 62 <dl><dt><strong>__weakref__</strong></dt> |
| 63 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
| 64 </dl> |
| 65 </td></tr></table></td></tr></table><p> |
| 66 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 67 <tr bgcolor="#eeaa77"> |
| 68 <td colspan=3 valign=bottom> <br> |
| 69 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b
ig></font></td></tr> |
| 70 |
| 71 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td>
</td> |
| 72 <td width="100%"><dl><dt><a name="-GetChromeFlags"><strong>GetChromeFlags</stron
g></a>(replay_host, http_port, https_port)</dt></dl> |
| 73 </td></tr></table> |
| 74 </body></html> |
| OLD | NEW |