ProxySocketServerService

ProxySocketServerService ⇐ AbstractProxyServerService

Kind: global class
Extends: AbstractProxyServerService
Service:

ProxySocketServerService()

Service defining methods to handle client messages to a local Web Socket server.

_send(message, [options]) ⇒ 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

ParamTypeDescription
messageObject

A message to be sent

[options]Object

Some options...