src/eric7/Documentation/Source/eric7.RemoteServer.EricServer.html

branch
eric7
changeset 11033
6b197c3389f7
parent 10784
521fd465b048
equal deleted inserted replaced
11032:84a66daa5e34 11033:6b197c3389f7
143 </table> 143 </table>
144 144
145 145
146 <a NAME="EricServer.__init__" ID="EricServer.__init__"></a> 146 <a NAME="EricServer.__init__" ID="EricServer.__init__"></a>
147 <h4>EricServer (Constructor)</h4> 147 <h4>EricServer (Constructor)</h4>
148 <b>EricServer</b>(<i>port=42024, useIPv6=False</i>) 148 <b>EricServer</b>(<i>port=42024, useIPv6=False, clientId=""</i>)
149 <p> 149 <p>
150 Constructor 150 Constructor
151 </p> 151 </p>
152 152
153 <dl> 153 <dl>
157 port to listen on (defaults to 42024) 157 port to listen on (defaults to 42024)
158 </dd> 158 </dd>
159 <dt><i>useIPv6</i> (bool (optional))</dt> 159 <dt><i>useIPv6</i> (bool (optional))</dt>
160 <dd> 160 <dd>
161 flag indicating to use IPv6 protocol (defaults to False) 161 flag indicating to use IPv6 protocol (defaults to False)
162 </dd>
163 <dt><i>clientId</i> (str (optional))</dt>
164 <dd>
165 ID string used to check each received message for being
166 sent by a valid eric IDE (defaults to "")
162 </dd> 167 </dd>
163 </dl> 168 </dl>
164 <a NAME="EricServer.__acceptIdeConnection" ID="EricServer.__acceptIdeConnection"></a> 169 <a NAME="EricServer.__acceptIdeConnection" ID="EricServer.__acceptIdeConnection"></a>
165 <h4>EricServer.__acceptIdeConnection</h4> 170 <h4>EricServer.__acceptIdeConnection</h4>
166 <b>__acceptIdeConnection</b>(<i>sock</i>) 171 <b>__acceptIdeConnection</b>(<i>sock</i>)

eric ide

mercurial