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

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 10523
e4069ddd7dc7
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonClient.html
--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonClient.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonClient.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricNetwork.EricJsonClient</h1>
-
 <p>
 Module implementing the JSON based client base class.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricJsonClient">EricJsonClient</a></td>
 <td>Class implementing a JSON based client base class.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricJsonClient" ID="EricJsonClient"></a>
 <h2>EricJsonClient</h2>
-
 <p>
     Class implementing a JSON based client base class.
 </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="#EricJsonClient.__init__">EricJsonClient</a></td>
 <td>Constructor</td>
@@ -79,19 +76,20 @@
 <td>Public method to send a single refactoring command to the server.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricJsonClient.__init__" ID="EricJsonClient.__init__"></a>
 <h4>EricJsonClient (Constructor)</h4>
 <b>EricJsonClient</b>(<i>host, port, idString=""</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>host</i> (str)</dt>
@@ -111,11 +109,11 @@
 <a NAME="EricJsonClient.__receiveJson" ID="EricJsonClient.__receiveJson"></a>
 <h4>EricJsonClient.__receiveJson</h4>
 <b>__receiveJson</b>(<i></i>)
-
 <p>
         Private method to receive a JSON encode command and data from the
         server.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -132,7 +130,6 @@
 <a NAME="EricJsonClient.handleCall" ID="EricJsonClient.handleCall"></a>
 <h4>EricJsonClient.handleCall</h4>
 <b>handleCall</b>(<i>method, params</i>)
-
 <p>
         Public method to handle a method call from the server.
 </p>
@@ -140,6 +137,7 @@
         Note: This is an empty implementation that must be overridden in
         derived classes.
 </p>
+
 <dl>
 
 <dt><i>method</i> (str)</dt>
@@ -154,10 +152,10 @@
 <a NAME="EricJsonClient.poll" ID="EricJsonClient.poll"></a>
 <h4>EricJsonClient.poll</h4>
 <b>poll</b>(<i>waitMethod=""</i>)
-
 <p>
         Public method to check and receive one message (if available).
 </p>
+
 <dl>
 
 <dt><i>waitMethod</i> (str)</dt>
@@ -180,17 +178,17 @@
 <a NAME="EricJsonClient.run" ID="EricJsonClient.run"></a>
 <h4>EricJsonClient.run</h4>
 <b>run</b>(<i></i>)
-
 <p>
         Public method implementing the main loop of the client.
 </p>
+
 <a NAME="EricJsonClient.sendJson" ID="EricJsonClient.sendJson"></a>
 <h4>EricJsonClient.sendJson</h4>
 <b>sendJson</b>(<i>command, params</i>)
-
 <p>
         Public method to send a single refactoring command to the server.
 </p>
+
 <dl>
 
 <dt><i>command</i> (str)</dt>
@@ -204,4 +202,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