Contains the {@link ist.palcom.communication.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 {@link ist.palcom.communication.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 ist.palcom.pubsub @see ist.palcom.connections @see ist.palcom.messaging