--- a/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerInterface.html Tue Oct 08 11:44:28 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerInterface.html Tue Oct 08 19:27:23 2024 +0200 @@ -210,6 +210,10 @@ <td>Public method to check, if a connection to an eric-ide server has been established.</td> </tr> <tr> +<td><a href="#EricServerInterface.parseHost">parseHost</a></td> +<td>Public method to parse a host string generated with 'getHost()'.</td> +</tr> +<tr> <td><a href="#EricServerInterface.sendJson">sendJson</a></td> <td>Public method to send a single command to a client.</td> </tr> @@ -583,6 +587,32 @@ bool </dd> </dl> +<a NAME="EricServerInterface.parseHost" ID="EricServerInterface.parseHost"></a> +<h4>EricServerInterface.parseHost</h4> +<b>parseHost</b>(<i>host</i>) +<p> + Public method to parse a host string generated with 'getHost()'. +</p> + +<dl> + +<dt><i>host</i> (str)</dt> +<dd> +host string +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +tuple containing the host name and the port +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, int) +</dd> +</dl> <a NAME="EricServerInterface.sendJson" ID="EricServerInterface.sendJson"></a> <h4>EricServerInterface.sendJson</h4> <b>sendJson</b>(<i>category, request, params, callback=None, flush=False</i>)