| Package | Description |
|---|---|
| eneter.messaging.messagingsystems.androidusbcablemessagingsystem |
Communication with Android via the USB cable.
|
| eneter.messaging.messagingsystems.tcpmessagingsystem |
Communication via TCP.
|
| eneter.messaging.messagingsystems.websocketmessagingsystem |
Communication via Websockets.
|
| Modifier and Type | Method and Description |
|---|---|
IClientSecurityFactory |
AndroidUsbCableMessagingFactory.getClientSecurity()
Gets the socket factory allowing to set the communication timeouts with the adb service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoneSecurityClientFactory
Creates the client socket which does not use any security.
|
class |
SslClientFactory
Creates SSL client socket.
|
| Modifier and Type | Method and Description |
|---|---|
IClientSecurityFactory |
TcpMessagingSystemFactory.getClientSecurity()
Gets the factory that is used for creation of client sockets.
|
| Modifier and Type | Method and Description |
|---|---|
TcpMessagingSystemFactory |
TcpMessagingSystemFactory.setClientSecurity(IClientSecurityFactory clientSecurityFactory)
Sets the factory that will be used for creation of secured client socket.
|
| Modifier and Type | Method and Description |
|---|---|
IClientSecurityFactory |
WebSocketMessagingSystemFactory.getClientSecurity()
Gets the factory that is used for creation of client sockets.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketMessagingSystemFactory |
WebSocketMessagingSystemFactory.setClientSecurity(IClientSecurityFactory clientSecurityFactory)
Sets the factory that will be used for creation of secured client socket.
|
| Constructor and Description |
|---|
WebSocketClient(java.net.URI address,
IClientSecurityFactory clientSecurityFactory)
Constructs the websocket client.
|