Package ist.palcom.communication

Contains the CommunicationManager class, which implements common features used by packages in the Communication Layer in the PalCom communication stack.

See:
          Description

Class Summary
CommunicationManager This class is the base in the communication layer and handles communication with the media managers through a routing manager.
 

Package ist.palcom.communication Description

Contains the CommunicationManager class, which implements common features used by packages in the Communication Layer in the PalCom communication stack.

Package Specification

In the Communication Layer the common part of all PalCom communication is implemented. The layer supports both message-based communication as well as streams. Distribution covers communication between two endpoints, i.e. 1-1, as well as 1-n (broadcast), and n-n (publish/subscribe). There are facilities for establishing stable connections and single-shot messages. It also supports reliable communication, and handling of large messages.

This package contains the class CommunicationManager, which implements the lower-level, common features of the packages in the Communication Layer.


Packages shown according to their position in the communication stack.

See Also:
ist.palcom.pubsub, ist.palcom.connections, ist.palcom.messaging