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