- getAddress() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketListener
-
Returns address of the service.
- getAllowSendingBroadcasts() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Gets whether sending of broadcasts is allowed.
- getApi() - Method in class eneter.net.system.EventImpl
-
Returns event for the user.
- getAssociatedResponseReceiverId(String) - Method in interface eneter.messaging.nodes.channelwrapper.IDuplexChannelUnwrapper
-
Returns response receiver id of the client connected to the unwrapper.
- getAssociatedResponseReceiverId(String) - Method in interface eneter.messaging.nodes.dispatcher.IDuplexDispatcher
-
Returns response receiver id of the client connected to the dispatcher.
- getAttachedDuplexInputChannel() - Method in interface eneter.messaging.infrastructure.attachable.IAttachableDuplexInputChannel
-
Returns attached duplex input channel.
- getAttachedDuplexInputChannels() - Method in interface eneter.messaging.infrastructure.attachable.IAttachableMultipleDuplexInputChannels
-
Returns attached input channels.
- getAttachedDuplexOutputChannel() - Method in interface eneter.messaging.infrastructure.attachable.IAttachableDuplexOutputChannel
-
Returns attached duplex output channel.
- getAuthenticationTimeout() - Method in class eneter.messaging.messagingsystems.composites.authenticatedconnection.AuthenticatedMessagingFactory
-
Gets maximum time until the authentication procedure must be performed.
- getAvailableIpAddresses() - Static method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
-
Returns IP addresses assigned to the device which can be used for the listening.
- getBlockingMode() - Method in class eneter.messaging.dataprocessing.streaming.DynamicInputStream
-
Gets the blocking mode.
- getBrokerRequestAuthorizer() - Method in class eneter.messaging.nodes.broker.DuplexBrokerFactory
-
Gets callback for authorizing request messages received from DuplexBrokerClient.
- getBufferedMessaging() - Method in class eneter.messaging.messagingsystems.composites.BufferedMonitoredMessagingFactory
-
Returns underlying buffered messaging.
- getChannelId() - Method in class eneter.messaging.messagingsystems.messagingsystembase.DuplexChannelEventArgs
-
Returns the channel id identifying the receiver of request messages.
- getChannelId() - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexInputChannel
-
Returns address of this duplex input channel.
- getChannelId() - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexOutputChannel
-
Returns the address of the input channel.
- getCipherTransformationSpecification() - Method in class eneter.messaging.dataprocessing.serializing.RsaSerializer
-
Gets name of used cipher transformation name.
- getClientEndPoint() - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
-
Returns the IP address and port of the connected client.
- getClientMessaging() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
-
Gets messaging used by clients to connect the message bus.
- getClientResponseReceiverId() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusClientEventArgs
-
Returns response receiver id of the client.
- getClientResponseReceiverId() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessageEventArgs
-
Returns response receiver id of the client.
- getClientSecurity() - Method in class eneter.messaging.messagingsystems.androidusbcablemessagingsystem.AndroidUsbCableMessagingFactory
-
Gets the socket factory allowing to set the communication timeouts with the adb service.
- getClientSecurity() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
-
Gets the factory that is used for creation of client sockets.
- getClientSecurity() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
-
Gets the factory that is used for creation of client sockets.
- getConnectedClients(String) - Method in interface eneter.messaging.messagingsystems.composites.messagebus.IMessageBus
-
Returns list of all clients connected to the specified service.
- getConnectedServices() - Method in interface eneter.messaging.messagingsystems.composites.messagebus.IMessageBus
-
Returns list of all connected services.
- getConnectionTimeout() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
-
Returns maximum time for opening connection with the service via the message bus.
- getConnectionTimeout() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
-
Returns open connection timeout.
- getConnectionTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
-
- getConnectionTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
-
- getConnectionTimeout() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
-
- getCount() - Method in class eneter.messaging.dataprocessing.messagequeueing.MessageQueue
-
Returns number of messages in the queue.
- getDetailLevel() - Static method in class eneter.messaging.diagnostic.EneterTrace
-
Gets the detail level of the trace.
- getDispatcher() - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexInputChannel
-
Returns dispatcher that defines the threading model for raising events.
- getDispatcher() - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexOutputChannel
-
Returns dispatcher which defines the threading model for received messages and raised events.
- getDispatcher() - Method in class eneter.messaging.threading.dispatching.AsyncDispatching
-
Returns dispatcher which invokes asynchronously in a thread from the thread-pool.
- getDispatcher() - Method in interface eneter.messaging.threading.dispatching.IThreadDispatcherProvider
-
Returns dispatcher that will invoke methods according to its threading model.
- getDispatcher() - Method in class eneter.messaging.threading.dispatching.NoDispatching
-
Returns dispatcher which invokes directly without routing into a thread.
- getDispatcher() - Method in class eneter.messaging.threading.dispatching.SyncDispatching
-
Returns dispatcher that queues callback methods and processes them one by one.
- getHandshakeMessage(String, String, Object) - Method in interface eneter.messaging.messagingsystems.composites.authenticatedconnection.IGetHandshakeMessage
-
Returns the handshake message.
- getHandshakeResponseMessage(String, String, Object) - Method in interface eneter.messaging.messagingsystems.composites.authenticatedconnection.IGetHandshakeResponseMessage
-
Returns response for the handshake message.
- getHeaderFields() - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
-
Returns the readonly dictionary.
- getHeaderFields() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
-
Allows to get and set header-fields which shall be sent in open connection request.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
-
Gets threading mode used for input channels.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
-
Gets threading mode used for input channels.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.httpmessagingsystem.HttpMessagingSystemFactory
-
Gets threading mode used for input channels.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.synchronousmessagingsystem.SynchronousMessagingSystemFactory
-
Gets threading mode used for input channels.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
-
Gets threading mode used for input channels.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.threadmessagingsystem.ThreadMessagingSystemFactory
-
Gets threading mode used for input channels.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.threadpoolmessagingsystem.ThreadPoolMessagingSystemFactory
-
Gets threading mode used for input channels.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Gets threading mode used for input channels.
- getInputChannelThreading() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
-
Gets threading mode used for input channels.
- getInputStream() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessage
-
Returns the input stream user can use to read the message from.
- getIsPublisherNotified() - Method in class eneter.messaging.nodes.broker.DuplexBrokerFactory
-
Gets the flag whether the publisher which sent a message shall be notified in case it is subscribed to the same message.
- getLocalEndPoint() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
-
- getLoginMessage(String, String) - Method in interface eneter.messaging.messagingsystems.composites.authenticatedconnection.IGetLoginMessage
-
Returns the login name.
- getMaxAmountOfConnections() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
-
Gets the maximum amount of connections the TCP listener can handle.
- getMaxAmountOfConnections() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
-
- getMaxAmountOfConnections() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
-
- getMaxAmountOfConnections() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Returns the maximum amount of connections the input channel can accept.
- getMessage() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessageEventArgs
-
Returns message which is between client and service.
- getMessage() - Method in class eneter.messaging.messagingsystems.messagingsystembase.DuplexChannelMessageEventArgs
-
Returns message.
- getMessage() - Method in class eneter.messaging.nodes.broker.BrokerMessageReceivedEventArgs
-
Returns the message.
- getMessageTypeId() - Method in class eneter.messaging.nodes.broker.BrokerMessageReceivedEventArgs
-
Returns type of the message.
- GetMessageTypeIds() - Method in class eneter.messaging.nodes.broker.SubscribeInfoEventArgs
-
Returns message ids which the client subscribed or unsubscribed.
- getMonitoredMessaging() - Method in class eneter.messaging.messagingsystems.composites.BufferedMonitoredMessagingFactory
-
Returns underlying monitored messaging.
- getMulticastGroupToReceive() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Gets the multicast group to receive messages from.
- getMulticastLoopback() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Returns whether the sender can receive the multicast message which sent in itself.
- getNameSpaceFilter() - Static method in class eneter.messaging.diagnostic.EneterTrace
-
Gets the regular expression that will be applied to the namespace to filter traced messages.
- GetNumberOfConnectedClients(String) - Method in interface eneter.messaging.messagingsystems.composites.messagebus.IMessageBus
-
Returns number of clients connected to the specified service.
- GetNumberOfSubscribers() - Method in class eneter.messaging.nodes.broker.PublishInfoEventArgs
-
Returns number of subscribers to which the message was published.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.androidusbcablemessagingsystem.AndroidUsbCableMessagingFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.composites.authenticatedconnection.AuthenticatedMessagingFactory
-
Gets the threading mode used by authenticated output channel.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.httpmessagingsystem.HttpMessagingSystemFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.synchronousmessagingsystem.SynchronousMessagingSystemFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.threadmessagingsystem.ThreadMessagingSystemFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.threadpoolmessagingsystem.ThreadPoolMessagingSystemFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Gets threading mode used for output channels.
- getOutputChannelThreading() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
-
Gets threading mode used for output channels.
- getPingFrequency() - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
-
Gets the ping frequency.
- getPingFrequency() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
-
Returns the ping frequency in milliseconds.
- getProxy() - Method in interface eneter.messaging.endpoints.rpc.IRpcClient
-
Returns service proxy instance.
- GetPublishedMessage() - Method in class eneter.messaging.nodes.broker.PublishInfoEventArgs
-
Returns published message.
- GetPublishedMessageTypeId() - Method in class eneter.messaging.nodes.broker.PublishInfoEventArgs
-
Returns id of message type which was published.
- GetPublisherResponseReceiverId() - Method in class eneter.messaging.nodes.broker.PublishInfoEventArgs
-
Returns response receiver id of the publisher.
- getReceiveBufferSize() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
-
Returns the size of the receiving buffer in bytes.
- getReceiveBufferSize() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
-
Returns the size of the receiving buffer in bytes.
- getReceiveBufferSize() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
-
- getReceiveBufferSize() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
-
- getReceiveBufferSize() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
-
- getReceiveBufferSize() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
-
- getReceiveTimeout() - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
-
Gets the time within it the ping message must be received.
- getReceiveTimeout() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
-
Returns timeout setup for receiving a message.
- getReceiveTimeout() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
-
Returns timeout setup for receiving a message.
- getReceiveTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
-
- getReceiveTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
-
- getReceiveTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
-
- getReceiveTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
-
- getReceiveTimeout() - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
-
Gets the receive timeout in milliseconds.
- getReceiveTimeout() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
-
- getReceivingError() - Method in class eneter.messaging.endpoints.typedmessages.TypedRequestReceivedEventArgs
-
Returns the error detected during receiving of the message.
- getReceivingError() - Method in class eneter.messaging.endpoints.typedmessages.TypedResponseReceivedEventArgs
-
Returns an exception detected during receiving the response message.
- getReceivingError() - Method in class eneter.messaging.nodes.broker.BrokerMessageReceivedEventArgs
-
Returns the error detected during receiving of the message.
- getRegisteredRequestMessageTypes() - Method in interface eneter.messaging.endpoints.typedmessages.IMultiTypedMessageReceiver
-
Returns the list of registered message types which can be received.
- getRegisteredResponseMessageTypes() - Method in interface eneter.messaging.endpoints.typedmessages.IMultiTypedMessageSender
-
Returns the list of registered response message types which can be received.
- getRequestMessage() - Method in class eneter.messaging.endpoints.stringmessages.StringRequestReceivedEventArgs
-
Returns the request message.
- getRequestMessage() - Method in class eneter.messaging.endpoints.typedmessages.TypedRequestReceivedEventArgs
-
Returns the received message.
- getResponseMessage() - Method in class eneter.messaging.endpoints.stringmessages.StringResponseReceivedEventArgs
-
Returns the response message.
- getResponseMessage() - Method in class eneter.messaging.endpoints.typedmessages.TypedResponseReceivedEventArgs
-
Returns the message.
- getResponseReceiverId() - Method in class eneter.messaging.endpoints.stringmessages.StringRequestReceivedEventArgs
-
Returns the response receiver id.
- getResponseReceiverId() - Method in class eneter.messaging.endpoints.typedmessages.TypedRequestReceivedEventArgs
-
Returns the client identifier where the response can be sent.
- getResponseReceiverId() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusServiceEventArgs
-
Returns response receiver id of the service.
- getResponseReceiverId() - Method in class eneter.messaging.messagingsystems.messagingsystembase.DuplexChannelEventArgs
-
Returns the unique logical id identifying the receiver of response messages.
- getResponseReceiverId() - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexOutputChannel
-
Returns the unique identifier of this output channel.
- getResponseReceiverId() - Method in class eneter.messaging.messagingsystems.messagingsystembase.ResponseReceiverEventArgs
-
Returns the unique logical id identifying the receiver of response messages.
- getResponseReceiverPort() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
-
Gets the port which shall be used for receiving response messages in output channels.
- getResponseReceiverPort() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
-
- getResponseReceiverPort() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
-
- getResponseReceiverPort() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Returns port number which shall be used for receiving response messages in unicast communication.
- getReuseAddress() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
-
Gets the flag indicating whether the socket can be bound to the address which is already in use.
- getReuseAddress() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
-
Gets the flag indicating whether the socket can be bound to the address which is already in use.
- getReuseAddress() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
-
- getReuseAddress() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
-
- getReuseAddress() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
-
- getReuseAddress() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
-
- getReuseAddress() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Gets the flag indicating whether the socket can be bound to the address which is already used.
- getRpcClientThreading() - Method in class eneter.messaging.endpoints.rpc.RpcFactory
-
Gets threading mechanism used for invoking events (if RPC interface has some) and ConnectionOpened and ConnectionClosed events.
- getRpcTimeout() - Method in class eneter.messaging.endpoints.rpc.RpcFactory
-
Gets timeout which specifies until when a call to a remote method must return.
- getSendBufferSize() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
-
Returns the size of the sending buffer in bytes.
- getSendBufferSize() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
-
Returns the size of the sending buffer in bytes.
- getSendBufferSize() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
-
- getSendBufferSize() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
-
- getSendBufferSize() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
-
- getSendBufferSize() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
-
- getSenderAddress() - Method in class eneter.messaging.endpoints.typedmessages.TypedRequestReceivedEventArgs
-
Returns the address where the sender of the request message is located.
- getSenderAddress() - Method in class eneter.messaging.messagingsystems.messagingsystembase.DuplexChannelEventArgs
-
Returns the address where the sender of the message is located.
- getSenderAddress() - Method in class eneter.messaging.messagingsystems.messagingsystembase.ResponseReceiverEventArgs
-
Returns the address where the sender of the message is located.
- getSendTimeout() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
-
Returns timeout setup for sending a message.
- getSendTimeout() - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
-
Returns timeout setup for sending a response message.
- getSendTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
-
- getSendTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
-
- getSendTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
-
- getSendTimeout() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
-
- getSendTimeout() - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
-
Gets the send timeout in milliseconds.
- getSendTimeout() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
-
- getSerializer() - Method in class eneter.messaging.endpoints.rpc.RpcFactory
-
Returns serializer used to serialize/deserialize messages between client and service.
- getSerializer() - Method in class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
-
Gets serializer for messages.
- getSerializer() - Method in class eneter.messaging.endpoints.typedmessages.MultiTypedMessagesFactory
-
Gets serializer for messages.
- getSerializer() - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
-
Gets the serializer which is used to serialize/deserialize MonitorChannelMessage.
- getSerializer() - Method in class eneter.messaging.nodes.broker.DuplexBrokerFactory
-
Returns the serializer which is used to serialize/deserialize BrokerMessate
.
- getSerializer() - Method in class eneter.messaging.nodes.channelwrapper.ChannelWrapperFactory
-
Gets serializer which is used to serialize/deserialize DataWrapper.
- GetSerializerCallback - Interface in eneter.messaging.dataprocessing.serializing
-
Callback used by communication components to get serializer for a specific client connection.
- getSerializerProvider() - Method in class eneter.messaging.endpoints.rpc.RpcFactory
-
Gets callback for retrieving serializer based on response receiver id.
- getSerializerProvider() - Method in class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
-
Gets callback for retrieving serializer based on response receiver id.
- getSerializerProvider() - Method in class eneter.messaging.endpoints.typedmessages.MultiTypedMessagesFactory
-
Gets callback for retrieving serializer based on response receiver id.
- getSerializerProvider() - Method in class eneter.messaging.nodes.broker.DuplexBrokerFactory
-
Gets callback for retrieving serializer based on response receiver id.
- getSerializerProvider() - Method in class eneter.messaging.nodes.channelwrapper.ChannelWrapperFactory
-
Gets callback for retrieving serializer based on response receiver id.
- getServerSecurity() - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
-
Gets the factory that is used for creation of server sockets.
- getServerSecurity() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
-
Gets the factory that is used for creation of server sockets.
- getServiceAddress() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusClientEventArgs
-
Returns service id
- getServiceAddress() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessageEventArgs
-
Returns service id.
- getServiceAddress() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusServiceEventArgs
-
Returns service id.
- getServiceExceptionDetails() - Method in exception eneter.messaging.endpoints.rpc.RpcException
-
Gets service exception details including callstack.
- getServiceExceptionType() - Method in exception eneter.messaging.endpoints.rpc.RpcException
-
Gets name of the exception type thrown in the service.
- getServiceMessaging() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
-
Gets messaging used by services to be exposed via the message bus.
- getServiceResponseReceiverId() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusClientEventArgs
-
Returns response receiver id of the service.
- getServiceResponseReceiverId() - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessageEventArgs
-
Returns response receiver id of the service.
- getSubscribedMessages(String) - Method in interface eneter.messaging.nodes.broker.IDuplexBroker
-
Returns messages which are subscribed by the given subscriber.
- GetSubscribedResponseReceivers(String) - Method in interface eneter.messaging.nodes.broker.IDuplexBroker
-
Returns subscribers which are subscribed for the given message type id.
- GetSubscriberResponseReceiverId() - Method in class eneter.messaging.nodes.broker.SubscribeInfoEventArgs
-
Returns subscriber response receiver id.
- getSyncDuplexTypedSenderThreadMode() - Method in class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
-
Gets the threading mode which is used for receiving connectionOpened and connectionClosed events in SyncDuplexTypedMessageSender.
- getSyncDuplexTypedSenderThreadMode() - Method in class eneter.messaging.endpoints.typedmessages.MultiTypedMessagesFactory
-
Gets the threading mode which is used for receiving connectionOpened and connectionClosed events in SyncDuplexTypedMessageSender.
- getSyncResponseReceiveTimeout() - Method in class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
-
Gets the timeout which is used for SyncDuplexTypedMessageSender.
- getSyncResponseReceiveTimeout() - Method in class eneter.messaging.endpoints.typedmessages.MultiTypedMessagesFactory
-
Gets the timeout which is used for SyncMultitypedMessageSender.
- getTraceLog() - Static method in class eneter.messaging.diagnostic.EneterTrace
-
Gets the user defined trace.
- getTtl() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Gets time to live value for UDP datagrams.
- getUnicastCommunication() - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
-
Gets whether the communication is unicast.
- getUri() - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
-
Returns URI of this connection including query parameters sent from by the client.
- getUri() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
-
Returns address of websocket server.
- getWholeMessage() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessage
-
Returns the whole incoming message.
- getWholeTextMessage() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessage
-
Returns the whole incoming text message.
- geValue() - Method in enum eneter.messaging.endpoints.rpc.ERpcRequest
-
Converts enum to the integer value.
- geValue() - Method in enum eneter.messaging.messagingsystems.composites.messagebus.EMessageBusRequest
-
Converts enum to the integer value.
- geValue() - Method in enum eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitorChannelMessageType
-
Converts enum to integer value.
- geValue() - Method in enum eneter.messaging.nodes.broker.EBrokerRequest
-
Converts enum to the integer value.
- GZipSerializer - Class in eneter.messaging.dataprocessing.serializing
-
Serializer compressing and decompressing data.
- GZipSerializer() - Constructor for class eneter.messaging.dataprocessing.serializing.GZipSerializer
-
Constructs the serializer with XmlStringSerializer as the underlying serializer.
- GZipSerializer(ISerializer) - Constructor for class eneter.messaging.dataprocessing.serializing.GZipSerializer
-
Constructs the serializer with the given underlying serializer.