Infinity.CommunicationMethodInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_member |
r |
Default signal handler of the |
|
cancel_messages |
r |
Cancel sending messages that have not yet been sent to the given connection. |
|
enqueued |
r |
Handles when a message has been enqueued to be sent on a registered connection. |
|
is_member |
r |
Returns whether the given connection is a member of the group. |
|
parent |
r |
||
received |
r |
Handles reception of a message from a registered connection. This normally includes informing a group’s NetObject and forwarding the message to other group members. |
|
remove_member |
r |
Default signal handler of the |
|
send_all |
r |
Sends a message to all group members, except except. Takes ownership of xml. |
|
send_single |
r |
Sends a message to a single connection. Takes ownership of xml. |
|
sent |
r |
Handles when a message has been sent to a registered connection. |
Methods¶
None
Details¶
- class Infinity.CommunicationMethodInterface¶
The default signal handlers of virtual methods of
Infinity.CommunicationMethod
. These implement communication within aInfinity.CommunicationGroup
.