net.sf.dict4j.command
Class ShowServerCommand

java.lang.Object
  extended by net.sf.dict4j.command.AbstractCommand
      extended by net.sf.dict4j.command.AbstractDataCommand
          extended by net.sf.dict4j.command.ShowServerCommand
All Implemented Interfaces:
Command, DataCommand

public class ShowServerCommand
extends AbstractDataCommand

3.5.4. SHOW SERVER

Displays local server information written by the local administrator. This could include information about local databases or strategies, or administrative information such as who to contact for access to databases requiring authentication. All DICT servers MUST implement this command.


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

Constructor Detail

ShowServerCommand

public ShowServerCommand()
Method Detail

getResponseHeaderCodes

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

getString

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