Package | Description |
---|---|
eneter.messaging.messagingsystems.tcpmessagingsystem |
Communication via TCP.
|
eneter.messaging.messagingsystems.websocketmessagingsystem |
Communication via Websockets.
|
Modifier and Type | Class and Description |
---|---|
class |
NoneSecurityServerFactory
Creates the server socket which does not use any security.
|
class |
SslServerFactory
Creates SSL Server Sockets.
|
Modifier and Type | Method and Description |
---|---|
IServerSecurityFactory |
TcpMessagingSystemFactory.getServerSecurity()
Gets the factory that is used for creation of server sockets.
|
Modifier and Type | Method and Description |
---|---|
TcpMessagingSystemFactory |
TcpMessagingSystemFactory.setServerSecurity(IServerSecurityFactory serverSecurityFactory)
Sets the factory that will be used for creation of server sockets.
|
Modifier and Type | Method and Description |
---|---|
IServerSecurityFactory |
WebSocketMessagingSystemFactory.getServerSecurity()
Gets the factory that is used for creation of server sockets.
|
Modifier and Type | Method and Description |
---|---|
WebSocketMessagingSystemFactory |
WebSocketMessagingSystemFactory.setServerSecurity(IServerSecurityFactory serverSecurityFactory)
Sets the factory that will be used for creation of server sockets.
|
Constructor and Description |
---|
WebSocketListener(java.net.URI webSocketUri,
IServerSecurityFactory securityFactory)
Construct websocket service.
|