See: Description
| Interface | Description |
|---|---|
| IClientSecurityFactory |
Creates client socket.
|
| IServerSecurityFactory |
Creates server socket.
|
| Class | Description |
|---|---|
| NoneSecurityClientFactory |
Creates the client socket which does not use any security.
|
| NoneSecurityServerFactory |
Creates the server socket which does not use any security.
|
| SslClientFactory |
Creates SSL client socket.
|
| SslServerFactory |
Creates SSL Server Sockets.
|
| TcpMessagingSystemFactory |
Messaging system delivering messages via TCP.
|