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)
    • ClientRequest

      public ClientRequest()
  • Method Details

    • isCommand

      public boolean isCommand()
    • getCommand

      public Command getCommand()
    • setCommand

      public void setCommand(Command command)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class VREvent
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class VREvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VREvent
    • toString

      public String toString()
      Overrides:
      toString in class VREvent