--- a/eric6/Documentation/Source/eric6.E5Network.E5SslErrorHandler.html Tue Apr 27 17:42:00 2021 +0200 +++ b/eric6/Documentation/Source/eric6.E5Network.E5SslErrorHandler.html Wed Apr 28 19:42:28 2021 +0200 @@ -38,6 +38,10 @@ <td><a href="#E5SslErrorHandler">E5SslErrorHandler</a></td> <td>Class implementing a handler for SSL errors.</td> </tr> +<tr> +<td><a href="#E5SslErrorState">E5SslErrorState</a></td> +<td>Class defining the SSL error handling states.</td> +</tr> </table> <h3>Functions</h3> @@ -61,7 +65,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>NotIgnored</td></tr><tr><td>SystemIgnored</td></tr><tr><td>UserIgnored</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -159,25 +163,30 @@ </p> <dl> -<dt><i>errors</i></dt> +<dt><i>errors</i> (list of QSslError)</dt> <dd> -list of SSL errors (list of QSslError) +list of SSL errors </dd> -<dt><i>server</i></dt> +<dt><i>server</i> (str)</dt> <dd> -name of the server (string) +name of the server </dd> -<dt><i>port</i></dt> +<dt><i>port</i> (int)</dt> <dd> -value of the port (integer) +value of the port </dd> </dl> <dl> <dt>Return:</dt> <dd> -tuple indicating to ignore the SSL errors (one of NotIgnored, - SystemIgnored or UserIgnored) and indicating a change of the - default SSL configuration (boolean) +tuple indicating to ignore the SSL errors and indicating a + change of the default SSL configuration +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (E5SslErrorState, bool) </dd> </dl> <a NAME="E5SslErrorHandler.sslErrorsReply" ID="E5SslErrorHandler.sslErrorsReply"></a> @@ -226,4 +235,36 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="E5SslErrorState" ID="E5SslErrorState"></a> +<h2>E5SslErrorState</h2> + +<p> + Class defining the SSL error handling states. +</p> +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> + +<table> +<tr><td>NOT_IGNORED</td></tr><tr><td>SYSTEM_IGNORED</td></tr><tr><td>USER_IGNORED</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file