Title here
Summary here
AbstractProxyServiceKind: global abstract class
Extends: AbstractProxyService
Service:
AbstractProxyServicePromisePromisePromiseService interface defining methods to handle client messages to a local Web Socket server.
PromiseFunction 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... |
PromiseSend a request to a proxy server
/!\ CLIENT SIDE /!\
Kind: instance method of AbstractProxyClientService
| Param | Type | Description |
|---|---|---|
| message | Object | |
| [options] | Object | Some options... |
PromiseReceive a response from proxy server
/!\ CLIENT SIDE /!\
Kind: instance method of AbstractProxyClientService
| Param | Type | Description |
|---|---|---|
| message | Object | |
| [options] | Object | Some options... |