- addDuplexOutputChannel(String) - Method in interface eneter.messaging.nodes.dispatcher.IDuplexDispatcher
 
- 
Adds the duplex output channel id to the dispatcher.
 
- addDuplexOutputChannel(String) - Method in interface eneter.messaging.nodes.loadbalancer.ILoadBalancer
 
- 
Adds the request receiver to the load balancer.
 
- AddedData - Variable in class eneter.messaging.nodes.channelwrapper.WrappedData
 
- 
Newly added data.
 
- AesSerializer - Class in eneter.messaging.dataprocessing.serializing
 
- 
Serializer using AES (Advanced Encryption Standard).
 
- AesSerializer(String) - Constructor for class eneter.messaging.dataprocessing.serializing.AesSerializer
 
- 
Constructs the serializer.
 
- AesSerializer(String, ISerializer) - Constructor for class eneter.messaging.dataprocessing.serializing.AesSerializer
 
- 
Constructs the serializer.
 
- AesSerializer(String, byte[]) - Constructor for class eneter.messaging.dataprocessing.serializing.AesSerializer
 
- 
Constructs the serializer.
 
- AesSerializer(String, byte[], ISerializer) - Constructor for class eneter.messaging.dataprocessing.serializing.AesSerializer
 
-  
 
- AesSerializer(Key, IvParameterSpec, ISerializer) - Constructor for class eneter.messaging.dataprocessing.serializing.AesSerializer
 
-  
 
- AndroidUsbCableMessagingFactory - Class in eneter.messaging.messagingsystems.androidusbcablemessagingsystem
 
- 
Messaging system interacting with an Android device via the USB cable.
 
- AndroidUsbCableMessagingFactory() - Constructor for class eneter.messaging.messagingsystems.androidusbcablemessagingsystem.AndroidUsbCableMessagingFactory
 
- 
Constructs the messaging which communicates with Android via the USB cable.
 
- AndroidUsbCableMessagingFactory(int, IProtocolFormatter) - Constructor for class eneter.messaging.messagingsystems.androidusbcablemessagingsystem.AndroidUsbCableMessagingFactory
 
- 
Constructs the messaging which communicates with Android via the USB cable.
 
- AsyncDispatching - Class in eneter.messaging.threading.dispatching
 
- 
Invokes asynchronously by routing to a thread from the thread-pool (each method can be executed in a separate thread).
 
- AsyncDispatching() - Constructor for class eneter.messaging.threading.dispatching.AsyncDispatching
 
-  
 
- attachDuplexInputChannel(IDuplexInputChannel) - Method in interface eneter.messaging.infrastructure.attachable.IAttachableDuplexInputChannel
 
- 
Attaches the duplex input channel and starts listening to messages.
 
- attachDuplexInputChannel(IDuplexInputChannel) - Method in interface eneter.messaging.infrastructure.attachable.IAttachableMultipleDuplexInputChannels
 
- 
Attaches the duplex input channel and starts listening to messages.
 
- attachDuplexInputChannels(IDuplexInputChannel, IDuplexInputChannel) - Method in interface eneter.messaging.messagingsystems.composites.messagebus.IMessageBus
 
- 
Attaches input channels which are used for the communication with the message bus.
 
- attachDuplexOutputChannel(IDuplexOutputChannel) - Method in interface eneter.messaging.infrastructure.attachable.IAttachableDuplexOutputChannel
 
- 
Attaches the duplex output channel and opens the connection and starts listening to response messages.
 
- authenticate(String, String, Object, Object, Object) - Method in interface eneter.messaging.messagingsystems.composites.authenticatedconnection.IAuthenticate
 
- 
Performs the authentication.
 
- AuthenticatedMessagingFactory - Class in eneter.messaging.messagingsystems.composites.authenticatedconnection
 
- 
Extension for authentication during connecting.
 
- AuthenticatedMessagingFactory(IMessagingSystemFactory, IGetLoginMessage, IGetHandshakeResponseMessage) - Constructor for class eneter.messaging.messagingsystems.composites.authenticatedconnection.AuthenticatedMessagingFactory
 
- 
Constructs factory that will be used only by a client.
 
- AuthenticatedMessagingFactory(IMessagingSystemFactory, IGetHandshakeMessage, IAuthenticate) - Constructor for class eneter.messaging.messagingsystems.composites.authenticatedconnection.AuthenticatedMessagingFactory
 
- 
Constructs factory that will be used only by a service.
 
- AuthenticatedMessagingFactory(IMessagingSystemFactory, IGetHandshakeMessage, IAuthenticate, IHandleAuthenticationCancelled) - Constructor for class eneter.messaging.messagingsystems.composites.authenticatedconnection.AuthenticatedMessagingFactory
 
- 
Constructs factory that will be used only by a service.
 
- AuthenticatedMessagingFactory(IMessagingSystemFactory, IGetLoginMessage, IGetHandshakeResponseMessage, IGetHandshakeMessage, IAuthenticate, IHandleAuthenticationCancelled) - Constructor for class eneter.messaging.messagingsystems.composites.authenticatedconnection.AuthenticatedMessagingFactory
 
- 
Constructs factory that can be used by client and service simultaneously.
 
- AuthorizeBrokerRequestCallback - Interface in eneter.messaging.nodes.broker
 
- 
Callback which is called by broker to authorize publish, subscribe or unsubscribe operation.