new ShellService()
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the
- Source:
Methods
server() → {ShellServer}
- Source:
Returns:
-
the shell server
-
- Type
- ShellServer
start(startHandler)
Start the shell service, this is an asynchronous start.
Parameters:
Name | Type | Description |
---|---|---|
startHandler |
function | handler for getting notified when service is started |
- Source:
stop(stopHandler)
Stop the shell service, this is an asynchronous start.
Parameters:
Name | Type | Description |
---|---|---|
stopHandler |
function | handler for getting notified when service is stopped |
- Source: