Title here
Summary here
AbstractProxyServerServiceKind: global class
Extends: AbstractProxyServerService
Service:
Properties
| Name | Type | Description |
|---|---|---|
| serverUrl | String | to define a ws URI in localhost with a port defined |
AbstractProxyServerServicePromise.<any>anyPromiseService extension defining methods to handle messages to a local Web Socket server.
Promise.<any>Initialize proxy
Kind: instance method of ProxySocketServerExtService
anyImplementation to receive a message
Kind: instance method of ProxySocketServerExtService
| Param | Type |
|---|---|
| message | Object |
| [options] | Object |
PromiseImplementation to send a message
Kind: instance method of ProxySocketServerExtService
Access: protected
| Param | Type | Description |
|---|---|---|
| message | Object | |
| [options] | Object | Some options... |