|
|||||||||
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.AbstractListDataCommand
public abstract class AbstractListDataCommand
Nested Class Summary | |
---|---|
protected class |
AbstractListDataCommand.Entry
|
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 | |
---|---|
AbstractListDataCommand()
|
Method Summary | |
---|---|
protected java.util.List<AbstractListDataCommand.Entry> |
getList()
|
protected void |
parseResponseText()
|
protected void |
receiveBody(DictTransport transport)
|
Methods inherited from class net.sf.dict4j.command.AbstractDataCommand |
---|
doesResponseHaveBody, getResponseFooterEnum, getResponseText, receiveFooter, send |
Methods inherited from class net.sf.dict4j.command.AbstractCommand |
---|
checkResponseCodeForServerException, getResponseCode, getResponseEnum, getResponseHeaderCodes, getResponseHeaderEnum, getResponseStatus, getString, 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 AbstractListDataCommand()
Method Detail |
---|
protected void parseResponseText()
protected void receiveBody(DictTransport transport)
receiveBody
in class AbstractDataCommand
protected java.util.List<AbstractListDataCommand.Entry> getList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |