Uses of Class
eneter.messaging.messagingsystems.websocketmessagingsystem.WebSocketMessagingSystemFactory

Packages that use WebSocketMessagingSystemFactory
eneter.messaging.messagingsystems.websocketmessagingsystem Communication via Websockets. 
 

Uses of WebSocketMessagingSystemFactory in eneter.messaging.messagingsystems.websocketmessagingsystem
 

Methods in eneter.messaging.messagingsystems.websocketmessagingsystem that return WebSocketMessagingSystemFactory
 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.