Title here
Summary here
AbstractProxyServerService
Kind: global class
Extends: AbstractProxyServerService
Service:
AbstractProxyServerService
Service defining methods to handle client messages to a local Web Socket server.
Promise
Implementation to send a message
Kind: instance method of ProxySocketServerService
Returns: Promise
- A promise resolved if the message has been successfully sent
Access: protected
Param | Type | Description |
---|---|---|
message | Object | A message to be sent |
[options] | Object | Some options... |