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.