Documentation/Source/eric5.E5Network.E5NetworkProxyFactory.html

changeset 289
baf4c1354c6a
parent 270
41505c92ac31
child 409
0ea528e80202
equal deleted inserted replaced
288:a4e81ad85e82 289:baf4c1354c6a
35 <td>Class implementing a network proxy factory.</td> 35 <td>Class implementing a network proxy factory.</td>
36 </tr> 36 </tr>
37 </table> 37 </table>
38 <h3>Functions</h3> 38 <h3>Functions</h3>
39 <table> 39 <table>
40 <tr><td>None</td></tr> 40 <tr>
41 <td><a href="#proxyAuthenticationRequired">proxyAuthenticationRequired</a></td>
42 <td>Module slot to handle a proxy authentication request.</td>
43 </tr><tr>
44 <td><a href="#schemeFromProxyType">schemeFromProxyType</a></td>
45 <td>Module function to determine the scheme name from the proxy type.</td>
46 </tr>
41 </table> 47 </table>
42 <hr /><hr /> 48 <hr /><hr />
43 <a NAME="E5NetworkProxyFactory" ID="E5NetworkProxyFactory"></a> 49 <a NAME="E5NetworkProxyFactory" ID="E5NetworkProxyFactory"></a>
44 <h2>E5NetworkProxyFactory</h2> 50 <h2>E5NetworkProxyFactory</h2>
45 <p> 51 <p>
81 <dd> 87 <dd>
82 list of proxies in order of preference (list of QNetworkProxy) 88 list of proxies in order of preference (list of QNetworkProxy)
83 </dd> 89 </dd>
84 </dl> 90 </dl>
85 <div align="right"><a href="#top">Up</a></div> 91 <div align="right"><a href="#top">Up</a></div>
92 <hr /><hr />
93 <a NAME="proxyAuthenticationRequired" ID="proxyAuthenticationRequired"></a>
94 <h2>proxyAuthenticationRequired</h2>
95 <b>proxyAuthenticationRequired</b>(<i>proxy, auth</i>)
96 <p>
97 Module slot to handle a proxy authentication request.
98 </p><dl>
99 <dt><i>proxy</i></dt>
100 <dd>
101 reference to the proxy object (QNetworkProxy)
102 </dd><dt><i>auth</i></dt>
103 <dd>
104 reference to the authenticator object (QAuthenticator)
105 </dd>
106 </dl>
107 <div align="right"><a href="#top">Up</a></div>
108 <hr /><hr />
109 <a NAME="schemeFromProxyType" ID="schemeFromProxyType"></a>
110 <h2>schemeFromProxyType</h2>
111 <b>schemeFromProxyType</b>(<i>proxyType</i>)
112 <p>
113 Module function to determine the scheme name from the proxy type.
114 </p><dl>
115 <dt><i>proxyType</i></dt>
116 <dd>
117 type of the proxy (QNetworkProxy.ProxyType)
118 </dd>
119 </dl><dl>
120 <dt>Returns:</dt>
121 <dd>
122 scheme (string, one of Http, Https, Ftp)
123 </dd>
124 </dl>
125 <div align="right"><a href="#top">Up</a></div>
86 <hr /> 126 <hr />
87 </body></html> 127 </body></html>

eric ide

mercurial