|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.WebBrowser.Network</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric7.WebBrowser.Network</h1> |
|
23 |
|
24 <p> |
|
25 Package containing network related modules. |
|
26 </p> |
|
27 |
|
28 |
|
29 <h3>Modules</h3> |
|
30 <table> |
|
31 |
|
32 <tr> |
|
33 <td><a href="eric7.WebBrowser.Network.EricSchemeHandler.html">EricSchemeHandler</a></td> |
|
34 <td>Module implementing a scheme handler for the eric: scheme.</td> |
|
35 </tr> |
|
36 <tr> |
|
37 <td><a href="eric7.WebBrowser.Network.NetworkManager.html">NetworkManager</a></td> |
|
38 <td>Module implementing a network manager class.</td> |
|
39 </tr> |
|
40 <tr> |
|
41 <td><a href="eric7.WebBrowser.Network.NetworkUrlInterceptor.html">NetworkUrlInterceptor</a></td> |
|
42 <td>Module implementing a class to handle URL requests before they get processed by QtWebEngine.</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td><a href="eric7.WebBrowser.Network.ProtocolHandlerManager.html">ProtocolHandlerManager</a></td> |
|
46 <td>Module implementing the protocol handler manager.</td> |
|
47 </tr> |
|
48 <tr> |
|
49 <td><a href="eric7.WebBrowser.Network.ProtocolHandlerManagerDialog.html">ProtocolHandlerManagerDialog</a></td> |
|
50 <td>Module implementing a dialog to manage registered protocol handlers.</td> |
|
51 </tr> |
|
52 <tr> |
|
53 <td><a href="eric7.WebBrowser.Network.QtHelpSchemeHandler.html">QtHelpSchemeHandler</a></td> |
|
54 <td>Module implementing a scheme access handler for QtHelp.</td> |
|
55 </tr> |
|
56 <tr> |
|
57 <td><a href="eric7.WebBrowser.Network.SendRefererWhitelistDialog.html">SendRefererWhitelistDialog</a></td> |
|
58 <td>Module implementing a dialog to manage the Send Referer whitelist.</td> |
|
59 </tr> |
|
60 <tr> |
|
61 <td><a href="eric7.WebBrowser.Network.SslErrorExceptionsDialog.html">SslErrorExceptionsDialog</a></td> |
|
62 <td>Module implementing a dialog to edit the SSL error exceptions.</td> |
|
63 </tr> |
|
64 <tr> |
|
65 <td><a href="eric7.WebBrowser.Network.UrlInterceptor.html">UrlInterceptor</a></td> |
|
66 <td>Module implementing an URL interceptor base class.</td> |
|
67 </tr> |
|
68 </table> |
|
69 </body></html> |