7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
280 <dd> | 280 <dd> |
281 nick name in the format of self.nickName() (string) | 281 nick name in the format of self.nickName() (string) |
282 </dd> | 282 </dd> |
283 </dl> | 283 </dl> |
284 <dl> | 284 <dl> |
285 <dt>Returns:</dt> | 285 <dt>Return:</dt> |
286 <dd> | 286 <dd> |
287 list of references to the connection objects (list of | 287 list of references to the connection objects (list of |
288 Connection) | 288 Connection) |
289 </dd> | 289 </dd> |
290 </dl> | 290 </dl> |
380 | 380 |
381 <p> | 381 <p> |
382 Public method to get a reference to the chat widget. | 382 Public method to get a reference to the chat widget. |
383 </p> | 383 </p> |
384 <dl> | 384 <dl> |
385 <dt>Returns:</dt> | 385 <dt>Return:</dt> |
386 <dd> | 386 <dd> |
387 reference to the chat widget (ChatWidget) | 387 reference to the chat widget (ChatWidget) |
388 </dd> | 388 </dd> |
389 </dl> | 389 </dl> |
390 <a NAME="CooperationClient.close" ID="CooperationClient.close"></a> | 390 <a NAME="CooperationClient.close" ID="CooperationClient.close"></a> |
426 <p> | 426 <p> |
427 Public method to get a human readable error message about the last | 427 Public method to get a human readable error message about the last |
428 server error. | 428 server error. |
429 </p> | 429 </p> |
430 <dl> | 430 <dl> |
431 <dt>Returns:</dt> | 431 <dt>Return:</dt> |
432 <dd> | 432 <dd> |
433 human readable error message about the last server error | 433 human readable error message about the last server error |
434 (string) | 434 (string) |
435 </dd> | 435 </dd> |
436 </dl> | 436 </dl> |
451 <dd> | 451 <dd> |
452 port of the sender (integer) | 452 port of the sender (integer) |
453 </dd> | 453 </dd> |
454 </dl> | 454 </dl> |
455 <dl> | 455 <dl> |
456 <dt>Returns:</dt> | 456 <dt>Return:</dt> |
457 <dd> | 457 <dd> |
458 flag indicating an existing connection (boolean) | 458 flag indicating an existing connection (boolean) |
459 </dd> | 459 </dd> |
460 </dl> | 460 </dl> |
461 <a NAME="CooperationClient.hasConnections" ID="CooperationClient.hasConnections"></a> | 461 <a NAME="CooperationClient.hasConnections" ID="CooperationClient.hasConnections"></a> |
464 | 464 |
465 <p> | 465 <p> |
466 Public method to check, if there are any connections established. | 466 Public method to check, if there are any connections established. |
467 </p> | 467 </p> |
468 <dl> | 468 <dl> |
469 <dt>Returns:</dt> | 469 <dt>Return:</dt> |
470 <dd> | 470 <dd> |
471 flag indicating the presence of connections (boolean) | 471 flag indicating the presence of connections (boolean) |
472 </dd> | 472 </dd> |
473 </dl> | 473 </dl> |
474 <a NAME="CooperationClient.isListening" ID="CooperationClient.isListening"></a> | 474 <a NAME="CooperationClient.isListening" ID="CooperationClient.isListening"></a> |
477 | 477 |
478 <p> | 478 <p> |
479 Public method to check, if the client is listening for connections. | 479 Public method to check, if the client is listening for connections. |
480 </p> | 480 </p> |
481 <dl> | 481 <dl> |
482 <dt>Returns:</dt> | 482 <dt>Return:</dt> |
483 <dd> | 483 <dd> |
484 flag indicating the listening state (boolean) | 484 flag indicating the listening state (boolean) |
485 </dd> | 485 </dd> |
486 </dl> | 486 </dl> |
487 <a NAME="CooperationClient.kickUser" ID="CooperationClient.kickUser"></a> | 487 <a NAME="CooperationClient.kickUser" ID="CooperationClient.kickUser"></a> |
504 | 504 |
505 <p> | 505 <p> |
506 Public method to get the nick name. | 506 Public method to get the nick name. |
507 </p> | 507 </p> |
508 <dl> | 508 <dl> |
509 <dt>Returns:</dt> | 509 <dt>Return:</dt> |
510 <dd> | 510 <dd> |
511 nick name (string) | 511 nick name (string) |
512 </dd> | 512 </dd> |
513 </dl> | 513 </dl> |
514 <a NAME="CooperationClient.removeConnection" ID="CooperationClient.removeConnection"></a> | 514 <a NAME="CooperationClient.removeConnection" ID="CooperationClient.removeConnection"></a> |
576 <dd> | 576 <dd> |
577 port to listen on (integer) | 577 port to listen on (integer) |
578 </dd> | 578 </dd> |
579 </dl> | 579 </dl> |
580 <dl> | 580 <dl> |
581 <dt>Returns:</dt> | 581 <dt>Return:</dt> |
582 <dd> | 582 <dd> |
583 tuple giving a flag indicating success (boolean) and | 583 tuple giving a flag indicating success (boolean) and |
584 the port the server listens on | 584 the port the server listens on |
585 </dd> | 585 </dd> |
586 </dl> | 586 </dl> |