- warning(String) - Static method in class eneter.messaging.diagnostic.EneterTrace
- 
Traces the warning message. 
- warning(int, String) - Static method in class eneter.messaging.diagnostic.EneterTrace
- 
Traces the warning message. 
- warning(String, Throwable) - Static method in class eneter.messaging.diagnostic.EneterTrace
- 
Traces the warning message. 
- WebSocketClient - Class in eneter.messaging.messagingsystems.websocketmessagingsystem
- 
WebSocket client. 
- WebSocketClient(URI) - Constructor for class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
- 
Constructs the websocket client. 
- WebSocketClient(URI, IClientSecurityFactory) - Constructor for class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketClient
- 
Constructs the websocket client. 
- WebSocketListener - Class in eneter.messaging.messagingsystems.websocketmessagingsystem
- 
WebSocket server. 
- WebSocketListener(URI) - Constructor for class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketListener
- 
Construct websocket service. 
- WebSocketListener(URI, IServerSecurityFactory) - Constructor for class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketListener
- 
Construct websocket service. 
- WebSocketMessage - Class in eneter.messaging.messagingsystems.websocketmessagingsystem
- 
Represents a data message received via websocket communication. 
- WebSocketMessagingSystemFactory - Class in eneter.messaging.messagingsystems.websocketmessagingsystem
- 
Messaging system delivering messages via websockets. 
- WebSocketMessagingSystemFactory() - Constructor for class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
- 
Constructs the websocket messaging factory. 
- WebSocketMessagingSystemFactory(IProtocolFormatter) - Constructor for class eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory
- 
Constructs the websocket messaging factory. 
- WorkingThread<TMessage> - Class in eneter.messaging.dataprocessing.messagequeueing
- 
Thread with the message queue. 
- WorkingThread() - Constructor for class eneter.messaging.dataprocessing.messagequeueing.WorkingThread
-  
- wrap(Object, Object, ISerializer) - Static method in class eneter.messaging.nodes.channelwrapper.DataWrapper
- 
Adds the data to already serialized data. 
- WrappedData - Class in eneter.messaging.nodes.channelwrapper
- 
The data structure representing the wrapped data. 
- WrappedData() - Constructor for class eneter.messaging.nodes.channelwrapper.WrappedData
- 
Default constructor used for the deserialization. 
- WrappedData(Object, Object) - Constructor for class eneter.messaging.nodes.channelwrapper.WrappedData
- 
Constructs wrapped data from input parameters. 
- write(byte[], int, int) - Method in class eneter.messaging.dataprocessing.streaming.DynamicInputStream
- 
Writes the data to the stream. 
- writeWithoutCopying(byte[], int, int) - Method in class eneter.messaging.dataprocessing.streaming.DynamicInputStream
- 
Writes data to the stream the way that it just stores the reference to the input data.