Package context.arch.comm

Interface Summary
CommunicationsClient This interface specifies all the methods a CommunicationsClient object must support allowing the details of the specific protocol used to be abstracted away.
CommunicationsHandler This interface specifies all the basic methods to allow communications with other components.
CommunicationsMulticast This interface specifies all the methods a CommunicationsMulticast object must support allowing the details of the specific protocol used to be abstracted away.
CommunicationsServer This interface specifies all the methods a CommunicationsServer object must support allowing the details of the specific protocol used to be abstracted away.
 

Class Summary
CommunicationsObject This class handles the network communications for the calling class.
DataObject This class implements the DataObject class.
RequestObject This is the generic object that encapsulates the data and information for sending a request to another CTK object : the data object and the url of the request, the destination server hostname and port.