net.sf.dict4j.command
Interface Command

All Known Subinterfaces:
DataCommand
All Known Implementing Classes:
AbstractCommand, AbstractDataCommand, AbstractListDataCommand, AuthCommand, ClientCommand, DefineCommand, HelpCommand, MatchCommand, OptionCommand, OptionMimeCommand, QuitCommand, ShowDatabaseInfoCommand, ShowDatabasesCommand, ShowServerCommand, ShowStrategiesCommand, StatusCommand

public interface Command


Method Summary
 int getResponseCode()
           
 java.lang.String getResponseStatus()
           
 void send(DictTransport transport)
           
 

Method Detail

send

void send(DictTransport transport)
          throws DictProtocolException,
                 DictServerException
Throws:
DictProtocolException
DictServerException

getResponseCode

int getResponseCode()

getResponseStatus

java.lang.String getResponseStatus()