- DataWrapper - Class in eneter.messaging.nodes.channelwrapper
-
Implements the wrapper/unwrapper of data.
- DataWrapper() - Constructor for class eneter.messaging.nodes.channelwrapper.DataWrapper
-
- debug(int, String) - Static method in class eneter.messaging.diagnostic.EneterTrace
-
Traces the warning message.
- debug(String) - Static method in class eneter.messaging.diagnostic.EneterTrace
-
Traces the debug message.
- decodeMessage(Object) - Method in class eneter.messaging.messagingsystems.connectionprotocols.EasyProtocolFormatter
-
- decodeMessage(InputStream) - Method in class eneter.messaging.messagingsystems.connectionprotocols.EasyProtocolFormatter
-
- decodeMessage(InputStream) - Method in class eneter.messaging.messagingsystems.connectionprotocols.EneterProtocolFormatter
-
- decodeMessage(Object) - Method in class eneter.messaging.messagingsystems.connectionprotocols.EneterProtocolFormatter
-
- decodeMessage(InputStream) - Method in interface eneter.messaging.messagingsystems.connectionprotocols.IProtocolFormatter
-
Decodes message from the stream.
- decodeMessage(Object) - Method in interface eneter.messaging.messagingsystems.connectionprotocols.IProtocolFormatter
-
Decodes message from the given object.
- dequeueMessage() - Method in class eneter.messaging.dataprocessing.messagequeueing.MessageQueue
-
Removes the first message from the queue.
- deserialize(Object, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.AesSerializer
-
- deserialize(Object, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.GZipSerializer
-
Deserializes compressed data into the specified type.
- deserialize(Object, Class<T>) - Method in interface eneter.messaging.dataprocessing.serializing.ISerializer
-
Deserializes data.
- deserialize(Object, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.JavaBinarySerializer
-
Deserializes data with using ObjectInputStream.
- deserialize(Object, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.RsaDigitalSignatureSerializer
-
Deserializes data.
- deserialize(Object, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.RsaSerializer
-
Deserializes data.
- deserialize(Object, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.XmlStringSerializer
-
Deserializes data into the specified type.
- deserialize(Object, Class<T>) - Method in class eneter.messaging.endpoints.rpc.RpcCustomSerializer
-
- detachDuplexInputChannel() - Method in interface eneter.messaging.infrastructure.attachable.IAttachableDuplexInputChannel
-
Detaches the duplex input channel and stops listening to messages.
- detachDuplexInputChannel() - Method in interface eneter.messaging.infrastructure.attachable.IAttachableMultipleDuplexInputChannels
-
Detaches the duplex input channel.
- detachDuplexInputChannel(String) - Method in interface eneter.messaging.infrastructure.attachable.IAttachableMultipleDuplexInputChannels
-
Detaches the duplex input channel.
- detachDuplexInputChannels() - Method in interface eneter.messaging.messagingsystems.composites.messagebus.IMessageBus
-
Detaches input channels and stops the listening.
- detachDuplexOutputChannel() - Method in interface eneter.messaging.infrastructure.attachable.IAttachableDuplexOutputChannel
-
Detaches the duplex output channel and stops listening to response messages.
- disconnectResponseReceiver(String) - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexInputChannel
-
Disconnects the output channel.
- disconnectService(String) - Method in interface eneter.messaging.messagingsystems.composites.messagebus.IMessageBus
-
Disconnect and unregisters the specified service.
- DuplexBrokerFactory - Class in eneter.messaging.nodes.broker
-
Creates broker and broker client.
- DuplexBrokerFactory() - Constructor for class eneter.messaging.nodes.broker.DuplexBrokerFactory
-
Constructs the broker factory with optimized custom serializer.
- DuplexBrokerFactory(ISerializer) - Constructor for class eneter.messaging.nodes.broker.DuplexBrokerFactory
-
Constructs the broker factory with specified serializer.
- DuplexChannelEventArgs - Class in eneter.messaging.messagingsystems.messagingsystembase
-
Event argument used by output channel to indicate connection open or connection closed.
- DuplexChannelEventArgs(String, String, String) - Constructor for class eneter.messaging.messagingsystems.messagingsystembase.DuplexChannelEventArgs
-
Constructs the event argument.
- DuplexChannelMessageEventArgs - Class in eneter.messaging.messagingsystems.messagingsystembase
-
Event argument used by output and input channel to indicate a message was received.
- DuplexChannelMessageEventArgs(String, Object, String, String) - Constructor for class eneter.messaging.messagingsystems.messagingsystembase.DuplexChannelMessageEventArgs
-
Constructs the event.
- DuplexDispatcherFactory - Class in eneter.messaging.nodes.dispatcher
-
Implements factory to create the dispatcher.
- DuplexDispatcherFactory(IMessagingSystemFactory) - Constructor for class eneter.messaging.nodes.dispatcher.DuplexDispatcherFactory
-
Constructs the duplex dispatcher factory.
- DuplexStringMessagesFactory - Class in eneter.messaging.endpoints.stringmessages
-
Implements the factory to create duplex string message sender and receiver.
- DuplexStringMessagesFactory() - Constructor for class eneter.messaging.endpoints.stringmessages.DuplexStringMessagesFactory
-
- DuplexTypedMessagesFactory - Class in eneter.messaging.endpoints.typedmessages
-
Factory to create typed message senders and receivers.
- DuplexTypedMessagesFactory() - Constructor for class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
-
Constructs the factory with XmlStringSerializer.
- DuplexTypedMessagesFactory(ISerializer) - Constructor for class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
-
Constructs the factory with specified serializer.
- DynamicInputStream - Class in eneter.messaging.dataprocessing.streaming
-
Stream which can be written and read at the same time.
- DynamicInputStream() - Constructor for class eneter.messaging.dataprocessing.streaming.DynamicInputStream
-