Package | Description |
---|---|
org.mockftpserver.core.command | |
org.mockftpserver.stub.command |
Modifier and Type | Class and Description |
---|---|
class |
ConnectCommandHandler
CommandHandler that encapsulates the sending of the reply for the initial connection from
the FTP client to the server.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AborCommandHandler
CommandHandler for the ABOR command.
|
class |
AbstractStubCommandHandler
The abstract superclass for CommandHandler classes for the
StubFtpServer . |
class |
AcctCommandHandler
CommandHandler for the ACCT command.
|
class |
AlloCommandHandler
CommandHandler for the ALLO (Allocate) command.
|
class |
CdupCommandHandler
CommandHandler for the CDUP (Change To Parent Directory) command.
|
class |
CwdCommandHandler
CommandHandler for the CWD (Change Working Directory) command.
|
class |
DeleCommandHandler
CommandHandler for the DELE (Delete) command.
|
class |
EprtCommandHandler
CommandHandler for the EPRT command.
|
class |
EpsvCommandHandler
CommandHandler for the EPSV (Extended Address Passive Mode) command.
|
class |
HelpCommandHandler
CommandHandler for the HELP command.
|
class |
MkdCommandHandler
CommandHandler for the MKD (Make Directory) command.
|
class |
ModeCommandHandler
CommandHandler for the MODE command.
|
class |
NoopCommandHandler
CommandHandler for the NOOP command.
|
class |
PassCommandHandler
CommandHandler for the PASS (Password) command.
|
class |
PasvCommandHandler
CommandHandler for the PASV (Passove Mode) command.
|
class |
PortCommandHandler
CommandHandler for the PORT command.
|
class |
PwdCommandHandler
CommandHandler for the PWD (Print Working Directory) and XPWD commands.
|
class |
QuitCommandHandler
CommandHandler for the QUIT command.
|
class |
ReinCommandHandler
/**
CommandHandler for the REIN (Reinitialize) command.
|
class |
RestCommandHandler
CommandHandler for the REST (Restart of interrupted transfer) command.
|
class |
RmdCommandHandler
CommandHandler for the RMD (Remove Working Directory) command.
|
class |
RnfrCommandHandler
CommandHandler for the RNFR (Rename From) command.
|
class |
RntoCommandHandler
CommandHandler for the RNTO (Rename To) command.
|
class |
SiteCommandHandler
CommandHandler for the SITE (Site Parameters) command.
|
class |
SmntCommandHandler
CommandHandler for the SMNT (Structure Mount) command.
|
class |
StatCommandHandler
CommandHandler for the STAT (Status) command.
|
class |
StruCommandHandler
CommandHandler for the STRU (File Structure) command.
|
class |
SystCommandHandler
CommandHandler for the SYST (System) command.
|
class |
TypeCommandHandler
CommandHandler for the TYPE command.
|
class |
UserCommandHandler
CommandHandler for the USER command.
|
Copyright © 2016. All rights reserved.