net.sf.dict4j.command
Class QuitCommand

java.lang.Object
  extended by net.sf.dict4j.command.AbstractCommand
      extended by net.sf.dict4j.command.QuitCommand
All Implemented Interfaces:
Command

public class QuitCommand
extends AbstractCommand

3.9. The QUIT Command

This command is used by the client to cleanly exit the server. All DICT servers MUST implement this command.


Field Summary
 
Fields inherited from class net.sf.dict4j.command.AbstractCommand
responseCode, responseStatus
 
Constructor Summary
QuitCommand()
           
 
Method Summary
protected  ResponseEnum[] getResponseHeaderCodes()
           
protected  java.lang.String getString()
           
 
Methods inherited from class net.sf.dict4j.command.AbstractCommand
checkResponseCodeForServerException, getResponseCode, getResponseEnum, getResponseHeaderEnum, getResponseStatus, parseResponse, parseResponseHeader, receiveHeader, send, stripQuotes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuitCommand

public QuitCommand()
Method Detail

getString

protected java.lang.String getString()
Specified by:
getString in class AbstractCommand

getResponseHeaderCodes

protected ResponseEnum[] getResponseHeaderCodes()
Specified by:
getResponseHeaderCodes in class AbstractCommand