Title here
Summary here
AbstractProxyClientServiceKind: global class
Extends: AbstractProxyClientService
Service:
Properties
| Name | Type | Description |
|---|---|---|
| serverUrl | String | The full url (including protocol and port) to the socket server |
AbstractProxyClientServicePromise.<any>PromiseService 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 |
PromiseImplementation 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 |