net.sf.dict4j.command
Class StatusCommand

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

public class StatusCommand
extends AbstractCommand

3.7. The STATUS Command

Display some server-specific timing or debugging information. This information may be useful in debugging or tuning a DICT server. All DICT servers MUST implement this command (note, though, that the text part of the response is not specified and may be omitted).


Field Summary
 
Fields inherited from class net.sf.dict4j.command.AbstractCommand
responseCode, responseStatus
 
Constructor Summary
StatusCommand()
           
 
Method Summary
protected  ResponseEnum[] getResponseHeaderCodes()
          210 (optional timing and statistical information here)
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

StatusCommand

public StatusCommand()
Method Detail

getResponseHeaderCodes

protected ResponseEnum[] getResponseHeaderCodes()
210 (optional timing and statistical information here)

Specified by:
getResponseHeaderCodes in class AbstractCommand
Returns:
ResponseEnum

getString

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