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

branch
eric7
changeset 10928
46651e194fbe
parent 10479
856476537696
child 11255
1c2bd52f2002
equal deleted inserted replaced
10927:ce599998be7d 10928:46651e194fbe
95 </table> 95 </table>
96 96
97 97
98 <a NAME="EricJsonReader.__init__" ID="EricJsonReader.__init__"></a> 98 <a NAME="EricJsonReader.__init__" ID="EricJsonReader.__init__"></a>
99 <h4>EricJsonReader (Constructor)</h4> 99 <h4>EricJsonReader (Constructor)</h4>
100 <b>EricJsonReader</b>(<i>name="", ip=None, parent=None</i>) 100 <b>EricJsonReader</b>(<i>name="", interface="127.0.0.1", parent=None</i>)
101 <p> 101 <p>
102 Constructor 102 Constructor
103 </p> 103 </p>
104 104
105 <dl> 105 <dl>
106 106
107 <dt><i>name</i> (str)</dt> 107 <dt><i>name</i> (str (optional))</dt>
108 <dd> 108 <dd>
109 name of the server (used for output only) 109 name of the server (used for output only) (defaults to "")
110 </dd> 110 </dd>
111 <dt><i>ip</i> (str)</dt> 111 <dt><i>interface</i> (str (optional))</dt>
112 <dd> 112 <dd>
113 IP address to listen at 113 network interface to be used (IP address or one of "all",
114 "allv4", "allv6", "localv4" or "localv6") (defaults to "127.0.0.1")
114 </dd> 115 </dd>
115 <dt><i>parent</i> (QObject)</dt> 116 <dt><i>parent</i> (QObject (optional))</dt>
116 <dd> 117 <dd>
117 parent object 118 reference to the parent object (defaults to None)
118 </dd> 119 </dd>
119 </dl> 120 </dl>
120 <a NAME="EricJsonReader.__handleDisconnect" ID="EricJsonReader.__handleDisconnect"></a> 121 <a NAME="EricJsonReader.__handleDisconnect" ID="EricJsonReader.__handleDisconnect"></a>
121 <h4>EricJsonReader.__handleDisconnect</h4> 122 <h4>EricJsonReader.__handleDisconnect</h4>
122 <b>__handleDisconnect</b>(<i></i>) 123 <b>__handleDisconnect</b>(<i></i>)

eric ide

mercurial