org.vrspace.server.command
Class gate

java.lang.Object
  extended byorg.vrspace.server.command.gate
All Implemented Interfaces:
Command

public class gate
extends java.lang.Object
implements Command

Quit session. Calls Client.quit after sending "bye" response.


Constructor Summary
gate()
           
 
Method Summary
 void exec(Request req)
           
static java.lang.String[] parseArguments(Message req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

gate

public gate()
Method Detail

exec

public void exec(Request req)
          throws java.lang.Exception
Specified by:
exec in interface Command
Throws:
java.lang.Exception

parseArguments

public static java.lang.String[] parseArguments(Message req)