Title here
Summary here
AbstractProxyService
Kind: global abstract class
Extends: AbstractProxyService
Service:
AbstractProxyService
Promise
Promise
Promise
Service interface defining methods to handle client messages to a local Web Socket server.
Promise
Function called before the initialization of the service to register listeners and send initial message to the proxy server.
Kind: instance method of AbstractProxyClientService
Param | Type | Description |
---|---|---|
[options] | Object | Some options... |
Promise
Send a request to a proxy server
/!\ CLIENT SIDE /!\
Kind: instance method of AbstractProxyClientService
Param | Type | Description |
---|---|---|
message | Object | |
[options] | Object | Some options... |
Promise
Receive a response from proxy server
/!\ CLIENT SIDE /!\
Kind: instance method of AbstractProxyClientService
Param | Type | Description |
---|---|---|
message | Object | |
[options] | Object | Some options... |