Class Session

java.lang.Object
org.vrspace.server.dto.Session
All Implemented Interfaces:
Command

public class Session extends Object implements Command
Session flow control. Currently only starts the session, and is very first command issued, just after connection is established and client properties are set. This is synchronous operation, as it builds Client's Scene. Scene content is delivered asynchronously, as an Add command. Returns current number of objects in the scene, wrapped up in ClientResponse.
Author:
joe