src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerInterface.html

branch
eric7
changeset 10958
79842be466d3
parent 10784
521fd465b048
child 11033
6b197c3389f7
--- 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>)

eric ide

mercurial