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
Constructors -
Method Summary
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
execute
public ClientResponse execute(WorldManager manager, Client client) throws ClassNotFoundException, SessionException - Specified by:
executein interfaceCommand- Throws:
ClassNotFoundExceptionSessionException
-