94 <tr> |
94 <tr> |
95 <td><a href="#EricServerDebuggerRequestHandler.initServerSocket">initServerSocket</a></td> |
95 <td><a href="#EricServerDebuggerRequestHandler.initServerSocket">initServerSocket</a></td> |
96 <td>Public method to initialize the server socket listening for debug client connections.</td> |
96 <td>Public method to initialize the server socket listening for debug client connections.</td> |
97 </tr> |
97 </tr> |
98 <tr> |
98 <tr> |
|
99 <td><a href="#EricServerDebuggerRequestHandler.sendError">sendError</a></td> |
|
100 <td>Public method to send an error report to the IDE.</td> |
|
101 </tr> |
|
102 <tr> |
99 <td><a href="#EricServerDebuggerRequestHandler.shutdownClients">shutdownClients</a></td> |
103 <td><a href="#EricServerDebuggerRequestHandler.shutdownClients">shutdownClients</a></td> |
100 <td>Public method to shut down all connected clients.</td> |
104 <td>Public method to shut down all connected clients.</td> |
101 </tr> |
105 </tr> |
102 </table> |
106 </table> |
103 |
107 |
279 <p> |
283 <p> |
280 Public method to initialize the server socket listening for debug client |
284 Public method to initialize the server socket listening for debug client |
281 connections. |
285 connections. |
282 </p> |
286 </p> |
283 |
287 |
|
288 <a NAME="EricServerDebuggerRequestHandler.sendError" ID="EricServerDebuggerRequestHandler.sendError"></a> |
|
289 <h4>EricServerDebuggerRequestHandler.sendError</h4> |
|
290 <b>sendError</b>(<i>request, reqestUuid="", errorMessage=None</i>) |
|
291 <p> |
|
292 Public method to send an error report to the IDE. |
|
293 </p> |
|
294 |
|
295 <dl> |
|
296 |
|
297 <dt><i>request</i> (str)</dt> |
|
298 <dd> |
|
299 request name |
|
300 </dd> |
|
301 <dt><i>reqestUuid</i> (str)</dt> |
|
302 <dd> |
|
303 UUID of the associated request as sent by the eric IDE |
|
304 (defaults to "", i.e. no UUID received) |
|
305 </dd> |
|
306 <dt><i>errorMessage</i> (str (optional))</dt> |
|
307 <dd> |
|
308 error message to be sent back (defaults to None) |
|
309 </dd> |
|
310 </dl> |
284 <a NAME="EricServerDebuggerRequestHandler.shutdownClients" ID="EricServerDebuggerRequestHandler.shutdownClients"></a> |
311 <a NAME="EricServerDebuggerRequestHandler.shutdownClients" ID="EricServerDebuggerRequestHandler.shutdownClients"></a> |
285 <h4>EricServerDebuggerRequestHandler.shutdownClients</h4> |
312 <h4>EricServerDebuggerRequestHandler.shutdownClients</h4> |
286 <b>shutdownClients</b>(<i></i>) |
313 <b>shutdownClients</b>(<i></i>) |
287 <p> |
314 <p> |
288 Public method to shut down all connected clients. |
315 Public method to shut down all connected clients. |