Class ClientRequest

java.lang.Object
org.vrspace.server.dto.VREvent
org.vrspace.server.dto.ClientRequest

public class ClientRequest extends VREvent
A request received from a client, created by SessionManager. It can be either an an object, or a command.
Author:
joe
  • Constructor Details

    • ClientRequest

      public ClientRequest(VRObject obj)
    • ClientRequest

      public ClientRequest(Client client, Command cmd)
  • Method Details

    • isCommand

      public boolean isCommand()