Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

S

sendMessage(String) - Method in interface eneter.messaging.endpoints.stringmessages.IDuplexStringMessageSender
Sends the text message to the response receiver.
sendMessage(Object) - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexOutputChannel
Sends the message to the input channel.
sendMessage(Object) - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
Sends message to the client.
sendMessage(Object, boolean) - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
Sends message to the client.
sendMessage(Object) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
Sends message to the client.
sendMessage(Object, boolean) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
Sends message to the client.
sendMessage(String, Object) - Method in interface eneter.messaging.nodes.broker.IDuplexBroker
Publishes the message.
sendMessage(String, Object) - Method in interface eneter.messaging.nodes.broker.IDuplexBrokerClient
Publishes the message via the broker.
sendPing() - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
Pings the client.
sendPing() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
Pings the server.
sendPong() - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
Sends unsolicited pong to the client.
sendPong() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
Sends unsolicited pong to the server.
sendRequestMessage(TRequest) - Method in interface eneter.messaging.endpoints.typedmessages.IDuplexTypedMessageSender
Sends message to the service.
sendRequestMessage(TRequestMessage, Class<TRequestMessage>) - Method in interface eneter.messaging.endpoints.typedmessages.IMultiTypedMessageSender
Sends request message.
sendRequestMessage(TRequest) - Method in interface eneter.messaging.endpoints.typedmessages.ISyncDuplexTypedMessageSender
Sends the request message and returns the response.
sendRequestMessage(TRequest, Class<TResponse>, Class<TRequest>) - Method in interface eneter.messaging.endpoints.typedmessages.ISyncMultitypedMessageSender
Sends request message and returns the response.
sendResponseMessage(String, String) - Method in interface eneter.messaging.endpoints.stringmessages.IDuplexStringMessageReceiver
Sends the response message back to the string message sender.
sendResponseMessage(String, TResponse) - Method in interface eneter.messaging.endpoints.typedmessages.IDuplexTypedMessageReceiver
Sends message to the client.
sendResponseMessage(String, TResponseMessage, Class<TResponseMessage>) - Method in interface eneter.messaging.endpoints.typedmessages.IMultiTypedMessageReceiver
Sends the response message.
sendResponseMessage(String, Object) - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexInputChannel
Sends a message to a connected output channel.
serialize(T, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.AesSerializer
 
serialize(T, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.GZipSerializer
Serializes the given data with using the compression.
serialize(T, Class<T>) - Method in interface eneter.messaging.dataprocessing.serializing.ISerializer
Serializes data.
serialize(T, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.JavaBinarySerializer
Serializes data with using ObjectOutputStream.
serialize(T, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.RsaDigitalSignatureSerializer
Serializes data.
serialize(T, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.RsaSerializer
Serializes data.
serialize(T, Class<T>) - Method in class eneter.messaging.dataprocessing.serializing.XmlStringSerializer
Serializes data to the xml string.
serialize(T, Class<T>) - Method in class eneter.messaging.endpoints.rpc.RpcCustomSerializer
Serializes data.
SerializedParams - Variable in class eneter.messaging.endpoints.rpc.RpcMessage
Message data.
SerializedReturn - Variable in class eneter.messaging.endpoints.rpc.RpcMessage
Serialized return value.
serviceRegistered() - Method in interface eneter.messaging.messagingsystems.composites.messagebus.IMessageBus
The event is raised when a new service is registered.
serviceUnregistered() - Method in interface eneter.messaging.messagingsystems.composites.messagebus.IMessageBus
The event is raised when a service is unregistered.
setAllowSendingBroadcasts(boolean) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Enables / disables sending broadcast messages.
setAuthenticationTimeout(long) - Method in class eneter.messaging.messagingsystems.composites.authenticatedconnection.AuthenticatedMessagingFactory
Sets maximum time until the authentication procedure must be performed.
setBlockingMode(boolean) - Method in class eneter.messaging.dataprocessing.streaming.DynamicInputStream
Gets the blocking mode.
setBrokerRequestAuthorizer(AuthorizeBrokerRequestCallback) - Method in class eneter.messaging.nodes.broker.DuplexBrokerFactory
Sets callback for authorizing request messages received from DuplexBrokerClient.
setCipherTransformationSpecification(String) - Method in class eneter.messaging.dataprocessing.serializing.RsaSerializer
Sets name of the cipher transformation.
setClientMessaging(IMessagingSystemFactory) - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
Sets messaging used by clients to connect the message bus.
setClientSecurity(IClientSecurityFactory) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
Sets the factory that will be used for creation of secured client socket.
setClientSecurity(IClientSecurityFactory) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
Sets the factory that will be used for creation of secured client socket.
setConnectionTimeout(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
Sets open connection timeout in milliseconds.
setConnectionTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
 
setConnectionTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
 
setConnectionTimeout(int) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
 
setConnectTimeout(int) - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
Sets maximum time for opening connection with the service via the message bus.
setDetailLevel(EneterTrace.EDetailLevel) - Static method in class eneter.messaging.diagnostic.EneterTrace
Sets the detail level of the trace.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
Sets threading mode for input channels.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
Sets threading mode for input channels.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.httpmessagingsystem.HttpMessagingSystemFactory
Sets threading mode for input channels.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.synchronousmessagingsystem.SynchronousMessagingSystemFactory
Sets threading mode for input channels.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
Sets threading mode for input channels.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.threadmessagingsystem.ThreadMessagingSystemFactory
Sets threading mode for input channels.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.threadpoolmessagingsystem.ThreadPoolMessagingSystemFactory
Sets threading mode for input channels.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Sets threading mode for input channels.
setInputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
Sets threading mode for input channels.
setIsPublisherNotified(boolean) - Method in class eneter.messaging.nodes.broker.DuplexBrokerFactory
Sets the flag whether the publisher which sent a message shall be notified in case it is subscribed to the same message.
setMaxAmountOfConnections(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
Sets the maximum amount of connections the TCP listener can handle.
setMaxAmountOfConnections(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
 
setMaxAmountOfConnections(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
 
setMaxAmountOfConnections(int) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Sets the maximum amount of connections the inout channel can accept.
setMulticastGroupToReceive(String) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Sets the multicast group to receive messages from.
setMulticastLoopback(boolean) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Enables /disables receiving multicast messages from the same IP address from which they were sent.
setNameSpaceFilter(Pattern) - Static method in class eneter.messaging.diagnostic.EneterTrace
Sets or gets the regular expression that will be applied to the namespace to filter traced messages.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.androidusbcablemessagingsystem.AndroidUsbCableMessagingFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.composites.authenticatedconnection.AuthenticatedMessagingFactory
Sets the threading mode for the authenticated output channel.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.httpmessagingsystem.HttpMessagingSystemFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.synchronousmessagingsystem.SynchronousMessagingSystemFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.threadmessagingsystem.ThreadMessagingSystemFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.threadpoolmessagingsystem.ThreadPoolMessagingSystemFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Sets threading mode for output channels.
setOutputChannelThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
Sets threading mode for output channels.
setPingFrequency(long) - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
Sets how often the ping message shall be sent.
setPingFrequency(int) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
Sets frequency to send the websocket ping message.
setReceiveBufferSize(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
Sets the size of receiving buffer in bytes.
setReceiveBufferSize(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
Sets the size of receiving buffer in bytes.
setReceiveBufferSize(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
 
setReceiveBufferSize(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
 
setReceiveBufferSize(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
 
setReceiveBufferSize(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
 
setReceiveTimeout(long) - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
Sets the time within it the ping message must be received.
setReceiveTimeout(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
Sets timeout for receiving a message.
setReceiveTimeout(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
Sets timeout for receiving a message.
setReceiveTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
 
setReceiveTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
 
setReceiveTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
 
setReceiveTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
 
setReceiveTimeout(int) - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
Sets the receive timeout in milliseconds.
setReceiveTimeout(int) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
 
setResponseReceiverPort(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
Sets or gets the port which shall be used for receiving response messages in output channels.
setResponseReceiverPort(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
 
setResponseReceiverPort(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
 
setResponseReceiverPort(int) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Sets or gets the port which shall be used for receiving response messages by output channel in case of unicast communication.
setReuseAddress(boolean) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
Sets the flag indicating whether the socket can be bound to the address which is already in use.
setReuseAddress(boolean) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
Sets the flag indicating whether the socket can be bound to the address which is already in use.
setReuseAddress(boolean) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
 
setReuseAddress(boolean) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
 
setReuseAddress(boolean) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
 
setReuseAddress(boolean) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
 
setReuseAddress(boolean) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Sets the flag indicating whether the socket can be bound to the address which is already used.
setRpcClientThreading(IThreadDispatcherProvider) - Method in class eneter.messaging.endpoints.rpc.RpcFactory
Sets threading mechanism used for invoking events (if RPC interface has some) and ConnectionOpened and ConnectionClosed events.
setRpcTimeout(int) - Method in class eneter.messaging.endpoints.rpc.RpcFactory
Sets timeout which specifies until when a call to a remote method must return.
setSendBufferSize(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
Sets the size of sending buffer in bytes.
setSendBufferSize(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
Sets the size of sending buffer in bytes.
setSendBufferSize(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
 
setSendBufferSize(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
 
setSendBufferSize(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
 
setSendBufferSize(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
 
setSendTimeout(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IClientSecurityFactory
Sets timeout for sending a message.
setSendTimeout(int) - Method in interface eneter.messaging.messagingsystems.tcpmessagingsystem.IServerSecurityFactory
Sets timeout for sending a response message.
setSendTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityClientFactory
 
setSendTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.NoneSecurityServerFactory
 
setSendTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
 
setSendTimeout(int) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
 
setSendTimeout(int) - Method in interface eneter.messaging.messagingsystems.websocketmessagingsystem.IWebSocketClientContext
Sets the send timeout in milliseconds.
setSendTimeout(int) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
 
setSerializer(ISerializer) - Method in class eneter.messaging.endpoints.rpc.RpcFactory
Sets serializer to be used to serialize/deserialize messages between client and service.
setSerializer(ISerializer) - Method in class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
Sets serializer for messages.
setSerializer(ISerializer) - Method in class eneter.messaging.endpoints.typedmessages.MultiTypedMessagesFactory
Sets serializer for messages.
setSerializer(ISerializer) - Method in class eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitoredMessagingFactory
Sets the serializer which shall be used to serialize MonitorChannelMessage.
setSerializer(ISerializer) - Method in class eneter.messaging.nodes.broker.DuplexBrokerFactory
Sets the serializer to serialize/deserialize BrokerMessage.
setSerializer(ISerializer) - Method in class eneter.messaging.nodes.channelwrapper.ChannelWrapperFactory
Sets serializer which shall be used to serialize/deserialize DataWrapper.
setSerializerProvider(GetSerializerCallback) - Method in class eneter.messaging.endpoints.rpc.RpcFactory
Sets callback for retrieving serializer based on response receiver id.
setSerializerProvider(GetSerializerCallback) - Method in class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
Sets callback for retrieving serializer based on response receiver id.
setSerializerProvider(GetSerializerCallback) - Method in class eneter.messaging.endpoints.typedmessages.MultiTypedMessagesFactory
Sets callback for retrieving serializer based on response receiver id.
setSerializerProvider(GetSerializerCallback) - Method in class eneter.messaging.nodes.broker.DuplexBrokerFactory
Sets callback for retrieving serializer based on response receiver id.
setSerializerProvider(GetSerializerCallback) - Method in class eneter.messaging.nodes.channelwrapper.ChannelWrapperFactory
Sets callback for retrieving serializer based on response receiver id.
setServerSecurity(IServerSecurityFactory) - Method in class eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory
Sets the factory that will be used for creation of server sockets.
setServerSecurity(IServerSecurityFactory) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
Sets the factory that will be used for creation of server sockets.
setServiceMessaging(IMessagingSystemFactory) - Method in class eneter.messaging.messagingsystems.composites.messagebus.MessageBusMessagingFactory
messaging used by services to be exposed via the message bus.
setSyncDuplexTypedSenderThreadMode(IThreadDispatcherProvider) - Method in class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
Sets the threading mode for receiving connectionOpened and connectionClosed events for SyncDuplexTypedMessageSender.
setSyncDuplexTypedSenderThreadMode(IThreadDispatcherProvider) - Method in class eneter.messaging.endpoints.typedmessages.MultiTypedMessagesFactory
Sets the threading mode for receiving connectionOpened and connectionClosed events for SyncDuplexTypedMessageSender.
setSyncResponseReceiveTimeout(int) - Method in class eneter.messaging.endpoints.typedmessages.DuplexTypedMessagesFactory
Sets the timeout which is used for SyncDuplexTypedMessageSender.
setSyncResponseReceiveTimeout(int) - Method in class eneter.messaging.endpoints.typedmessages.MultiTypedMessagesFactory
Sets the timeout which is used for SyncMultitypedMessageSender.
setTraceLog(PrintStream) - Static method in class eneter.messaging.diagnostic.EneterTrace
Sets the user defined trace.
setTtl(int) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Sets time to live value for UDP datagrams.
setUnicastCommunication(boolean) - Method in class eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory
Sets whether the communication is unicast.
SslClientFactory - Class in eneter.messaging.messagingsystems.tcpmessagingsystem
Creates SSL client socket.
SslClientFactory() - Constructor for class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
Constructs the factory.
SslClientFactory(SSLSocketFactory) - Constructor for class eneter.messaging.messagingsystems.tcpmessagingsystem.SslClientFactory
Constructs the factory.
SslServerFactory - Class in eneter.messaging.messagingsystems.tcpmessagingsystem
Creates SSL Server Sockets.
SslServerFactory() - Constructor for class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
Constructs the factory.
SslServerFactory(SSLServerSocketFactory, boolean) - Constructor for class eneter.messaging.messagingsystems.tcpmessagingsystem.SslServerFactory
Constructs the factory.
startListening() - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexInputChannel
Starts listening to messages.
startListening(IMethod1<IWebSocketClientContext>) - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketListener
Starts listening.
startProfiler() - Static method in class eneter.messaging.diagnostic.EneterTrace
Starts the profiler measurement.
stopListening() - Method in interface eneter.messaging.messagingsystems.messagingsystembase.IDuplexInputChannel
Stops listening to messages.
stopListening() - Method in class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketListener
Stops listening and closes all open connections with clients.
stopProfiler() - Static method in class eneter.messaging.diagnostic.EneterTrace
Stops the profiler measurement and writes results to the trace.
StringRequestReceivedEventArgs - Class in eneter.messaging.endpoints.stringmessages
Event type for text request message is received.
StringRequestReceivedEventArgs(String, String) - Constructor for class eneter.messaging.endpoints.stringmessages.StringRequestReceivedEventArgs
Constructs the event.
StringResponseReceivedEventArgs - Class in eneter.messaging.endpoints.stringmessages
Event type for text response message is received.
StringResponseReceivedEventArgs(String) - Constructor for class eneter.messaging.endpoints.stringmessages.StringResponseReceivedEventArgs
Constructs the event.
subscribe(String) - Method in interface eneter.messaging.nodes.broker.IDuplexBroker
Subscribes for the message type.
subscribe(String[]) - Method in interface eneter.messaging.nodes.broker.IDuplexBroker
Subscribes for list of message types.
subscribe(String) - Method in interface eneter.messaging.nodes.broker.IDuplexBrokerClient
Subscribes for the message type.
subscribe(String[]) - Method in interface eneter.messaging.nodes.broker.IDuplexBrokerClient
Subscribes for list of message types.
subscribe(EventHandler<T>) - Method in interface eneter.net.system.Event
Subscribes client to for the event.
SubscribeInfoEventArgs - Class in eneter.messaging.nodes.broker
Event argument used when the broker subscribed or unsubscribed a client.
SubscribeInfoEventArgs(String, String[]) - Constructor for class eneter.messaging.nodes.broker.SubscribeInfoEventArgs
Constructs the event.
subscribeRemoteEvent(String, EventHandler<?>) - Method in interface eneter.messaging.endpoints.rpc.IRpcClient
Subscribes to an event from the service.
SyncDispatching - Class in eneter.messaging.threading.dispatching
Invokes one by one from the queue.
SyncDispatching() - Constructor for class eneter.messaging.threading.dispatching.SyncDispatching
Constructs dispatching where each getDispatcher() will return new instance of the dispatcher.
SyncDispatching(boolean) - Constructor for class eneter.messaging.threading.dispatching.SyncDispatching
Constructs the dispatcher provider.
SynchronousMessagingSystemFactory - Class in eneter.messaging.messagingsystems.synchronousmessagingsystem
Messaging system delivering messages synchronously within the calling thread (like a method call).
SynchronousMessagingSystemFactory() - Constructor for class eneter.messaging.messagingsystems.synchronousmessagingsystem.SynchronousMessagingSystemFactory
Constructs the factory representing the messaging system.
SynchronousMessagingSystemFactory(IProtocolFormatter) - Constructor for class eneter.messaging.messagingsystems.synchronousmessagingsystem.SynchronousMessagingSystemFactory
Constructs the factory representing the messaging system.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links