|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CommandHandler in org.mockftpserver.core.command |
|---|
| Classes in org.mockftpserver.core.command that implement CommandHandler | |
|---|---|
class |
AbstractCommandHandler
The abstract superclass for CommandHandler classes. |
class |
AbstractStaticReplyCommandHandler
The abstract superclass for CommandHandler classes that default to sending back a configured reply code and text. |
class |
AbstractTrackingCommandHandler
The abstract superclass for CommandHandler classes that manage the List of InvocationRecord objects corresponding to each invocation of the command handler, and provide helper methods for subclasses. |
class |
ConnectCommandHandler
CommandHandler that encapsulates the sending of the reply for the initial connection from the FTP client to the server. |
class |
SimpleCompositeCommandHandler
Composite CommandHandler that manages an internal list of CommandHandlers to which it delegates. |
class |
StaticReplyCommandHandler
CommandHandler that sends back the configured reply code and text. |
class |
UnsupportedCommandHandler
CommandHandler that encapsulates the sending of the reply when a requested command is not recognized/supported. |
| Methods in org.mockftpserver.core.command that return CommandHandler | |
|---|---|
CommandHandler |
SimpleCompositeCommandHandler.getCommandHandler(int index)
Return the CommandHandler corresponding to the specified invocation index. |
| Methods in org.mockftpserver.core.command with parameters of type CommandHandler | |
|---|---|
void |
SimpleCompositeCommandHandler.addCommandHandler(CommandHandler commandHandler)
Add a CommandHandler to the internal list of handlers. |
static void |
ReplyTextBundleUtil.setReplyTextBundleIfAppropriate(CommandHandler commandHandler,
ResourceBundle replyTextBundle)
Set the replyTextBundle property of the specified CommandHandler to the
ResourceBundle if and only if the commandHandler implements the
ReplyTextBundleAware interface AND its replyTextBundle property
has not been set (is null). |
| Uses of CommandHandler in org.mockftpserver.core.server |
|---|
| Methods in org.mockftpserver.core.server that return CommandHandler | |
|---|---|
CommandHandler |
AbstractFtpServer.getCommandHandler(String name)
Return the CommandHandler defined for the specified command name |
| Methods in org.mockftpserver.core.server with parameters of type CommandHandler | |
|---|---|
protected abstract void |
AbstractFtpServer.initializeCommandHandler(CommandHandler commandHandler)
Initialize a CommandHandler that has been registered to this server. |
void |
AbstractFtpServer.setCommandHandler(String commandName,
CommandHandler commandHandler)
Set the CommandHandler for the specified command name. |
| Uses of CommandHandler in org.mockftpserver.fake |
|---|
| Methods in org.mockftpserver.fake with parameters of type CommandHandler | |
|---|---|
protected void |
FakeFtpServer.initializeCommandHandler(CommandHandler commandHandler)
Initialize a CommandHandler that has been registered to this server. |
| Uses of CommandHandler in org.mockftpserver.fake.command |
|---|
| Classes in org.mockftpserver.fake.command that implement CommandHandler | |
|---|---|
class |
AborCommandHandler
CommandHandler for the ABOR command. |
class |
AbstractFakeCommandHandler
Abstract superclass for CommandHandler classes for the "Fake" server. |
class |
AbstractStoreFileCommandHandler
Abstract superclass for CommandHandlers that that store a file (STOR, STOU, APPE). |
class |
AcctCommandHandler
CommandHandler for the ACCT command. |
class |
AlloCommandHandler
CommandHandler for the ALLO command. |
class |
AppeCommandHandler
CommandHandler for the APPE command. |
class |
CdupCommandHandler
CommandHandler for the CDUP command. |
class |
CwdCommandHandler
CommandHandler for the CWD command. |
class |
DeleCommandHandler
CommandHandler for the DELE command. |
class |
EprtCommandHandler
CommandHandler for the EPRT command. |
class |
EpsvCommandHandler
CommandHandler for the EPSV command. |
class |
HelpCommandHandler
CommandHandler for the HELP command. |
class |
ListCommandHandler
CommandHandler for the LIST command. |
class |
MkdCommandHandler
CommandHandler for the MKD command. |
class |
ModeCommandHandler
CommandHandler for the MODE command. |
class |
NlstCommandHandler
CommandHandler for the NLST command. |
class |
NoopCommandHandler
CommandHandler for the NOOP command. |
class |
PassCommandHandler
CommandHandler for the PASS command. |
class |
PasvCommandHandler
CommandHandler for the PASV command. |
class |
PortCommandHandler
CommandHandler for the PORT command. |
class |
PwdCommandHandler
CommandHandler for the PWD command. |
class |
QuitCommandHandler
CommandHandler for the QUIT command. |
class |
ReinCommandHandler
CommandHandler for the REIN command. |
class |
RestCommandHandler
CommandHandler for the REST command. |
class |
RetrCommandHandler
CommandHandler for the RETR command. |
class |
RmdCommandHandler
CommandHandler for the RMD command. |
class |
RnfrCommandHandler
CommandHandler for the RNFR command. |
class |
RntoCommandHandler
CommandHandler for the RNTO command. |
class |
SiteCommandHandler
CommandHandler for the SITE command. |
class |
SmntCommandHandler
CommandHandler for the SMNT command. |
class |
StatCommandHandler
CommandHandler for the STAT command. |
class |
StorCommandHandler
CommandHandler for the STOR command. |
class |
StouCommandHandler
CommandHandler for the STOU command. |
class |
StruCommandHandler
CommandHandler for the STRU command. |
class |
SystCommandHandler
CommandHandler for the SYST command. |
class |
TypeCommandHandler
CommandHandler for the TYPE command. |
class |
UserCommandHandler
CommandHandler for the USER command. |
| Uses of CommandHandler in org.mockftpserver.stub |
|---|
| Methods in org.mockftpserver.stub with parameters of type CommandHandler | |
|---|---|
protected void |
StubFtpServer.initializeCommandHandler(CommandHandler commandHandler)
|
| Uses of CommandHandler in org.mockftpserver.stub.command |
|---|
| Classes in org.mockftpserver.stub.command that implement CommandHandler | |
|---|---|
class |
AbstractStorCommandHandler
Abstract superclass for CommandHandler for commands that store a file. |
class |
AbstractStubCommandHandler
The abstract superclass for CommandHandler classes for the StubFtpServer. |
class |
AbstractStubDataCommandHandler
Abstract superclass for CommandHandlers that read from or write to the data connection. |
class |
FileRetrCommandHandler
CommandHandler for the RETR command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||