Title here
Summary here
AbstractProxyClientService
Kind: global class
Extends: AbstractProxyClientService
Service:
Properties
Name | Type | Description |
---|---|---|
serverUrl | String | The full url (including protocol and port) to the socket server |
AbstractProxyClientService
Promise.<any>
Promise
Service defining methods to handle client messages to a local Web Socket server.
Promise.<any>
Initialize proxy
Kind: instance method of ProxySocketClientService
Returns: Promise.<any>
- A resolved promise
Param | Type | Description |
---|---|---|
appId | String | The application identifier |
[options] | Object | Some extra options |
Promise
Implementation to send a message
Kind: instance method of ProxySocketClientService
Returns: Promise
- A resolved promise
Access: protected
Param | Type | Description |
---|---|---|
message | Object | A given message to send |
[options] | Object | Some extra options |