ACE_RMCast | The RMCast namespace |
ACE_RMCast::Ack | Provide feedback to the sender about messages received and sent so far |
ACE_RMCast::Ack_Join | Receivers accept new members using this message |
ACE_RMCast::Ack_Leave | Senders acknowledge when receivers try to leave |
ACE_RMCast::Data | This is the main message sent by senders |
ACE_RMCast::Join | Receivers send this message to indicate they want to join |
ACE_RMCast::Leave | Receivers send this message to disconnect gracefully |
ACE_RMCast::Poll | |
ACE_RMCast_Ack_Worker | Process an Ack message in the ACE_RMCast_Retransmission module |
ACE_RMCast_Copy_On_Write< KEY, ITEM, COLLECTION, ITERATOR > | Implement a copy on write wrapper for a map-like collection |
ACE_RMCast_Copy_On_Write_Collection< COLLECTION, ITERATOR > | A wrapper to implement reference counted collections |
ACE_RMCast_Copy_On_Write_Container< COLLECTION, ITERATOR > | Base class for the Copy_On_Write collection, used to simplify the declaration of the Write_Guard |
ACE_RMCast_Copy_On_Write_Read_Guard< COLLECTION, ITERATOR > | Implement a read guard for a reference counted collection |
ACE_RMCast_Copy_On_Write_Write_Guard< COLLECTION, ITERATOR > | Implement the write guard for a reference counted collecion |
ACE_RMCast_Fork | Fork messages to multiple destinations |
ACE_RMCast_Fragment | Fragmentation module |
ACE_RMCast_IO_UDP | |
ACE_RMCast_Membership | Track peer membership |
ACE_RMCast_Module | Reliable Multicast Module |
ACE_RMCast_Module_Factory | Create Module stacks |
ACE_RMCast_Partial_Message | Represent a partially received message in the ACE_RMCast_Reassembly module |
ACE_RMCast_Partial_Message::Hole | Represent a missing portion of a message |
ACE_RMCast_Proxy | Local representation for remote peers |
ACE_RMCast_Reassembly | Reassemble multiple data fragments into a single data message |
ACE_RMCast_Receiver_Module | Keep track of the receiver module |
ACE_RMCast_Reliable_Factory | Implement an ACE_RMCast_Module_Factory that "creates" a single object |
ACE_RMCast_Reordering | Pass messages up in sent order |
ACE_RMCast_Resend_Handler | Implement an adapter to resend messages in the ACE_RMCast_Retransmission layer, but based on Reactor based timeouts |
ACE_RMCast_Resend_Worker | Process an Ack message in the ACE_RMCast_Retransmission module |
ACE_RMCast_Retransmission | Store messages for retransmission in reliable configurations |
ACE_RMCast_Sequencer | Assign sequence numbers to outgoing messages |
ACE_RMCast_Singleton_Factory | Implement an ACE_RMCast_Module_Factory that "creates" a single object |
ACE_RMCast_UDP_Event_Handler | Implement an Adapter for the ACE_RMCast_IO_UDP class |
ACE_RMCast_UDP_Proxy | Define the proxy implementation for UDP based communication |
ACE_RMCast_UDP_Reliable_Receiver | |
ACE_RMCast_UDP_Reliable_Sender | |
ACE_RMCast_Worker< KEY, ITEM > | |