net.sf.dict4j.command
Class OptionMimeCommand

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

public class OptionMimeCommand
extends OptionCommand

3.10.1.1. OPTION MIME

Requests that all text responses be prefaced by a MIME header [RFC2045] followed by a single blank line (CRLF).

Author:
Yuriy Lazarev

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

OptionMimeCommand

public OptionMimeCommand()
Method Detail

getOptionName

protected java.lang.String getOptionName()
Specified by:
getOptionName in class OptionCommand