Package | Description |
---|---|
eneter.messaging.messagingsystems.websocketmessagingsystem |
Communication via Websockets.
|
Modifier and Type | Method and Description |
---|---|
WebSocketMessagingSystemFactory |
WebSocketMessagingSystemFactory.setClientSecurity(IClientSecurityFactory clientSecurityFactory)
Sets the factory that will be used for creation of secured client socket.
|
WebSocketMessagingSystemFactory |
WebSocketMessagingSystemFactory.setInputChannelThreading(IThreadDispatcherProvider inputChannelThreading)
Sets threading mode for input channels.
|
WebSocketMessagingSystemFactory |
WebSocketMessagingSystemFactory.setOutputChannelThreading(IThreadDispatcherProvider outputChannelThreading)
Sets threading mode for output channels.
|
WebSocketMessagingSystemFactory |
WebSocketMessagingSystemFactory.setPingFrequency(int milliseconds)
Sets frequency to send the websocket ping message.
|
WebSocketMessagingSystemFactory |
WebSocketMessagingSystemFactory.setServerSecurity(IServerSecurityFactory serverSecurityFactory)
Sets the factory that will be used for creation of server sockets.
|