Server that uses standard input and output streams for message transport.
For an equivalent class implemented in Node.js see Executa's
StdioServer
.
rasta::Server
-> rasta::StreamServer
-> StdioServer
address
The address of the server
new()
Initialize the server.
StdioServer$new(executor = NULL)
executor
The executor to serve
addresses()
Get a list of server addresses
Override of Server$addresses
.
StdioServer$addresses()
clone()
The objects of this class are cloneable with this method.
StdioServer$clone(deep = FALSE)
deep
Whether to make a deep clone.