UMDS .NET API  6.14
com.latencybusters.umds Namespace Reference

Classes

class  UMDS
 Base functionality for UMDS clients. More...
 
class  UMDSDump
 This class is a general utility to aid dumping blocks of data in a debuggable (hex) form. It provides static methods to dump to the console. More...
 
class  UMDSInternalMessage
 class UMDSInternalMessage is the class used internally to the UMDS clients. More...
 
class  UMDSIOStream
 
class  UMDSMessage
 class UMDSMessage is the main message class for UMDS clients. Application data is sent or received using UMDSMessage objects More...
 
class  UMDSMessageFormatter
 class UMDSMessageFormatter is the class which generates UMDSInternalMessages for UMDS clients. More...
 
class  UMDSMessageOptions
 UMDSMessageOptions provides options to be used on a per message basis. More...
 
class  UMDSParameter
 class UMDSParameter is the class which represents params in a UMDSInternalMessage for UMDS clients. It contains inner classes which represent the different parameter types, but extends UMDSParameter which holds commonly used data. It also implements the formatting of the individual parameters More...
 
class  UMDSPersistentReceiver
 Class to receive persisted messages by a topic or wildcard receiver. More...
 
class  UMDSReceiver
 class UMDSReceiver is the receiving class for UMDS receivers. Applications shall derive from it to implement their receiving object. Applications must override the onMessage() API to receive data. Separate constructors are defined for regular and wildcard receivers. Applications have the choice of using the wildcard constructor or the UMDSWildcardReceiver class to implement wildcard receivers. More...
 
class  UMDSReceiverBase
 class UMDSReceiverBase is the collection of common functionality for all UMDS receiving classes. It is purely internal. More...
 
class  UMDSReceiverRecoveryInfo
 Class to give applications access to persistence-related information, and to allow limited control over persistent recovery. More...
 
interface  UMDSReceiverRecoveryInfoCallback
 This callback interface allows the application access to persistence related information. More...
 
class  UMDSServerConnection
 class UMDSServerConnection is the main class for UMDS clients. Applications are expected to derive from this class. It has several inner classes to simplify the applications need to derive many classes. An application may want to derive from this class in the following scenarios: 1) To implement their own notification handler 2) To implement their own logging functions 3) To implement their own exception handlers 4) Any combination of the above (probably all) More...
 
class  UMDSServerThread
 class UMDSServerThread is the internal class for managing the UMDS thread. More...
 
class  UMDSSource
 class UMDSSource is the class for UMDS sources. More...
 
class  UMDSSourceBase
 class UMDSSourceBase is the collection of common functionality for all UMDS Source classes. It is purely internal. More...
 
class  UMDSSslIOStream
 
class  UMDSTestApp
 class UMDSMessage is the main message class for UMDS clients. More...
 
class  UMDSWildcardReceiver
 class UMDSWildcardReceiver is the receiving class for UMDS receivers using a wildcard topic string. Applications shall derive from it to implement their receiving object. Applications must override the onMessage() API to receive data. More...