net.sf.dict4j.command
Class OptionCommand

java.lang.Object
  extended by net.sf.dict4j.command.AbstractCommand
      extended by net.sf.dict4j.command.OptionCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
OptionMimeCommand

public abstract class OptionCommand
extends AbstractCommand

3.10. The OPTION Command

Author:
Yuriy Lazarev

Field Summary
 
Fields inherited from class net.sf.dict4j.command.AbstractCommand
responseCode, responseStatus
 
Constructor Summary
OptionCommand()
           
 
Method Summary
protected abstract  java.lang.String getOptionName()
           
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

OptionCommand

public OptionCommand()
Method Detail

getResponseHeaderCodes

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

getString

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

getOptionName

protected abstract java.lang.String getOptionName()