|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.dict4j.command.AbstractCommand net.sf.dict4j.command.AbstractDataCommand net.sf.dict4j.command.HelpCommand
public class HelpCommand
3.8. The HELP Command
Provides a short summary of commands that are understood by this implementation of the DICT server. The help text will be presented as a textual response, terminated by a single period on a line by itself. 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 | |
---|---|
HelpCommand()
|
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 |
---|
public HelpCommand()
Method Detail |
---|
protected java.lang.String getString()
getString
in class AbstractCommand
protected ResponseEnum[] getResponseHeaderCodes()
getResponseHeaderCodes
in class AbstractCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |