Title here
Summary here
AbstractProxyService
Kind: global abstract class
Extends: AbstractProxyService
Service:
AbstractProxyService
Service interface defining methods to handle server/client messages from a local Web Socket server.
Send a message to a proxy client
/!\ SERVER SIDE /!\
Kind: instance method of AbstractProxyServerService
Param | Type | Description |
---|---|---|
message | Object | |
[options] | Object | Some options... |
Promise
Receive a message from proxy client
/!\ SERVER SIDE /!\
Kind: instance method of AbstractProxyServerService
Param | Type | Description |
---|---|---|
message | Object | |
[options] | Object | Some options... |
To call when client is disconnected
Kind: instance method of AbstractProxyServerService