Description Objects from the Class Slots Methods Examples
Class representing nwsServer.
Objects can be created by calls of the form
nwsServer(serverHost, port)
or
new("nwsServer", serverHost, port).
serverHost:server host name. Default value is "localhost".
port:server port number. Default value is 8765.
cookieProtocol:Currently not used.
nwsSocket:Object of class "ANY" representation of the socket connection to the server.
port:Object of class "numeric" representation of the server port number.
serverHost:Object of class "character" representation of the server host name.
signature(.Object = "nwsServer"): nwsServer class constructor.
signature(.Object = "nwsServer"): delete a netWorkSpace from the server.
signature(.Object = "nwsServer"): list all netWorkSpaces in the server.
signature(.Object = "nwsServer"): create a unique temporary workspace using the default or specified template.
signature(.Object = "nwsServer"): create and owned a netWorkSpace.
signature(.Object = "nwsServer"): connect to a netWorkSpace but does not claim ownership.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.