Uses of Class
eneter.messaging.messagingsystems.tcpmessagingsystem.TcpMessagingSystemFactory

Packages that use TcpMessagingSystemFactory
eneter.messaging.messagingsystems.tcpmessagingsystem Communication via TCP. 
 

Uses of TcpMessagingSystemFactory in eneter.messaging.messagingsystems.tcpmessagingsystem
 

Methods in eneter.messaging.messagingsystems.tcpmessagingsystem that return TcpMessagingSystemFactory
 TcpMessagingSystemFactory TcpMessagingSystemFactory.setClientSecurity(IClientSecurityFactory clientSecurityFactory)
          Sets the factory that will be used for creation of secured client socket.
 TcpMessagingSystemFactory TcpMessagingSystemFactory.setInputChannelThreading(IThreadDispatcherProvider inputChannelThreading)
          Sets threading mode for input channels.
 TcpMessagingSystemFactory TcpMessagingSystemFactory.setOutputChannelThreading(IThreadDispatcherProvider outputChannelThreading)
          Sets threading mode for output channels.
 TcpMessagingSystemFactory TcpMessagingSystemFactory.setServerSecurity(IServerSecurityFactory serverSecurityFactory)
          Sets the factory that will be used for creation of server sockets.