Package org.vrspace.server.dto


package org.vrspace.server.dto
  • Class
    Description
    Add is both a Command and a DTO.
    A request received from a client, created by SessionManager.
    That's one bad flexible solution: a command can return anything.
    A command issued by a client.
    Describe Command used without argument lists all available classes.
    Echoes back the command for e.g.
    Enter a world.
    List of files, used by ContentManager.
     
    Browsers on mobile devices do not have javscript console, and USB debugging is next to useless.
    Some ISPs and/or hosting providers close inactive websockets after some time.
    Command to start/stop/play recording of client's events.
    Command to enforce Scene update.
    Remove object from the scene or world.
    Scene properties that determine how far user sees, how often scene is refreshed, etc.
    Session flow control.
    Set client a client token, e.g.
     
    Start another streaming session, for e.g.
    An event that happened to an object.
    Welcome message is first one sent once the client enters a world.