Package org.vrspace.server.dto
Class Session
java.lang.Object
org.vrspace.server.dto.Session
- All Implemented Interfaces:
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.
- Author:
- joe
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
execute
public ClientResponse execute(WorldManager manager, Client client) throws ClassNotFoundException, SessionException - Specified by:
execute
in interfaceCommand
- Throws:
ClassNotFoundException
SessionException
-
getAction
-
setAction
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-