src/eric7/Documentation/Source/eric7.EricNetwork.EricNetworkProxyFactory.html

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricNetworkProxyFactory.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricNetworkProxyFactory.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricNetwork.EricNetworkProxyFactory</h1>
-
 <p>
 Module implementing a network proxy factory.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricNetworkProxyFactory">EricNetworkProxyFactory</a></td>
 <td>Class implementing a network proxy factory.</td>
@@ -29,10 +27,9 @@
 <td>Class implementing a matcher for host names.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#proxyAuthenticationRequired">proxyAuthenticationRequired</a></td>
 <td>Module slot to handle a proxy authentication request.</td>
@@ -42,30 +39,29 @@
 <td>Module function to determine the scheme name from the proxy type.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricNetworkProxyFactory" ID="EricNetworkProxyFactory"></a>
 <h2>EricNetworkProxyFactory</h2>
-
 <p>
     Class implementing a network proxy factory.
 </p>
+
 <h3>Derived from</h3>
 QNetworkProxyFactory
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricNetworkProxyFactory.__init__">EricNetworkProxyFactory</a></td>
 <td>Constructor</td>
@@ -79,26 +75,27 @@
 <td>Public method to determine a proxy for a given query.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricNetworkProxyFactory.__init__" ID="EricNetworkProxyFactory.__init__"></a>
 <h4>EricNetworkProxyFactory (Constructor)</h4>
 <b>EricNetworkProxyFactory</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="EricNetworkProxyFactory.__setExceptions" ID="EricNetworkProxyFactory.__setExceptions"></a>
 <h4>EricNetworkProxyFactory.__setExceptions</h4>
 <b>__setExceptions</b>(<i>exceptions</i>)
-
 <p>
         Private method to set the host name exceptions.
 </p>
+
 <dl>
 
 <dt><i>exceptions</i> (str)</dt>
@@ -109,10 +106,10 @@
 <a NAME="EricNetworkProxyFactory.queryProxy" ID="EricNetworkProxyFactory.queryProxy"></a>
 <h4>EricNetworkProxyFactory.queryProxy</h4>
 <b>queryProxy</b>(<i>query</i>)
-
 <p>
         Public method to determine a proxy for a given query.
 </p>
+
 <dl>
 
 <dt><i>query</i> (QNetworkProxyQuery)</dt>
@@ -137,26 +134,24 @@
 <hr />
 <a NAME="HostnameMatcher" ID="HostnameMatcher"></a>
 <h2>HostnameMatcher</h2>
-
 <p>
     Class implementing a matcher for host names.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#HostnameMatcher.__init__">HostnameMatcher</a></td>
 <td>Constructor</td>
@@ -174,19 +169,20 @@
 <td>Public method to set the match pattern.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HostnameMatcher.__init__" ID="HostnameMatcher.__init__"></a>
 <h4>HostnameMatcher (Constructor)</h4>
 <b>HostnameMatcher</b>(<i>pattern</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>pattern</i> (str)</dt>
@@ -197,10 +193,10 @@
 <a NAME="HostnameMatcher.match" ID="HostnameMatcher.match"></a>
 <h4>HostnameMatcher.match</h4>
 <b>match</b>(<i>host</i>)
-
 <p>
         Public method to test the given string.
 </p>
+
 <dl>
 
 <dt><i>host</i> (str)</dt>
@@ -223,10 +219,10 @@
 <a NAME="HostnameMatcher.pattern" ID="HostnameMatcher.pattern"></a>
 <h4>HostnameMatcher.pattern</h4>
 <b>pattern</b>(<i></i>)
-
 <p>
         Public method to get the match pattern.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -242,10 +238,10 @@
 <a NAME="HostnameMatcher.setPattern" ID="HostnameMatcher.setPattern"></a>
 <h4>HostnameMatcher.setPattern</h4>
 <b>setPattern</b>(<i>pattern</i>)
-
 <p>
         Public method to set the match pattern.
 </p>
+
 <dl>
 
 <dt><i>pattern</i> (str)</dt>
@@ -259,10 +255,10 @@
 <a NAME="proxyAuthenticationRequired" ID="proxyAuthenticationRequired"></a>
 <h2>proxyAuthenticationRequired</h2>
 <b>proxyAuthenticationRequired</b>(<i>proxy, auth</i>)
-
 <p>
     Module slot to handle a proxy authentication request.
 </p>
+
 <dl>
 
 <dt><i>proxy</i> (QNetworkProxy)</dt>
@@ -280,10 +276,10 @@
 <a NAME="schemeFromProxyType" ID="schemeFromProxyType"></a>
 <h2>schemeFromProxyType</h2>
 <b>schemeFromProxyType</b>(<i>proxyType</i>)
-
 <p>
     Module function to determine the scheme name from the proxy type.
 </p>
+
 <dl>
 
 <dt><i>proxyType</i> (QNetworkProxy.ProxyType)</dt>
@@ -305,4 +301,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial