Package | Description |
---|---|
eneter.messaging.messagingsystems.tcpmessagingsystem |
Communication via TCP.
|
Modifier and Type | Method and Description |
---|---|
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.
|