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
addressThe address of the server
new()Initialize the server.
StdioServer$new(executor = NULL)
executorThe 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)
deepWhether to make a deep clone.