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

branch
eric7
changeset 10928
46651e194fbe
parent 10479
856476537696
diff -r ce599998be7d -r 46651e194fbe src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonServer.html
--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonServer.html	Thu Sep 26 09:48:49 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricJsonServer.html	Thu Sep 26 15:49:36 2024 +0200
@@ -101,24 +101,29 @@
 
 <a NAME="EricJsonServer.__init__" ID="EricJsonServer.__init__"></a>
 <h4>EricJsonServer (Constructor)</h4>
-<b>EricJsonServer</b>(<i>name="", multiplex=False, parent=None</i>)
+<b>EricJsonServer</b>(<i>name="", interface="127.0.0.1", multiplex=False, parent=None</i>)
 <p>
         Constructor
 </p>
 
 <dl>
 
-<dt><i>name</i> (str)</dt>
+<dt><i>name</i> (str (optional))</dt>
 <dd>
-name of the server (used for output only)
+name of the server (used for output only) (defaults to "")
 </dd>
-<dt><i>multiplex</i> (bool)</dt>
+<dt><i>interface</i> (str (optional))</dt>
 <dd>
-flag indicating a multiplexing server
+network interface to be used (IP address or one of "all",
+            "allv4", "allv6", "localv4" or "localv6") (defaults to "127.0.0.1")
 </dd>
-<dt><i>parent</i> (QObject)</dt>
+<dt><i>multiplex</i> (bool (optional))</dt>
 <dd>
-parent object
+flag indicating a multiplexing server (defaults to False)
+</dd>
+<dt><i>parent</i> (QObject (optional))</dt>
+<dd>
+reference to the parent object (defaults to None)
 </dd>
 </dl>
 <a NAME="EricJsonServer.__handleDisconnect" ID="EricJsonServer.__handleDisconnect"></a>

eric ide

mercurial