|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use AbstractCommand | |
---|---|
goldengate.ftp.core.command | Global classes that store all informations on implemented commands, arguments, reply codes. |
goldengate.ftp.core.command.access | FTP Access related command |
goldengate.ftp.core.command.directory | FTP Directory related commands |
goldengate.ftp.core.command.extension | FTP non standard Extensions related command |
goldengate.ftp.core.command.info | FTP Informational related command |
goldengate.ftp.core.command.internal | FTP Internal related command |
goldengate.ftp.core.command.parameter | FTP Parameter related command |
goldengate.ftp.core.command.rfc2389 | FTP RFC 2389 related command |
goldengate.ftp.core.command.rfc2428 | FTP RFC 2428 related command |
goldengate.ftp.core.command.rfc3659 | FTP RFC 3659 related command |
goldengate.ftp.core.command.rfc775 | FTP RFC 775 related command |
goldengate.ftp.core.command.service | FTP Service (transfer) related command |
goldengate.ftp.core.control | Classes implementing Control connections. |
goldengate.ftp.core.session | Classes implementing session |
goldengate.ftp.simpleimpl.control | Simple FTP server example of control business. |
Uses of AbstractCommand in goldengate.ftp.core.command |
---|
Fields in goldengate.ftp.core.command with type parameters of type AbstractCommand | |
---|---|
Class<? extends AbstractCommand> |
FtpCommandCode.command
The Class that implements this command |
Class<? extends AbstractCommand> |
FtpCommandCode.previousValid
Previous positive class that must precede this command (null means any) |
Methods in goldengate.ftp.core.command that return AbstractCommand | |
---|---|
static AbstractCommand |
FtpCommandCode.getFromLine(FtpSession session,
String line)
Get the corresponding AbstractCommand object from the line received from the client associated with the handler |
Uses of AbstractCommand in goldengate.ftp.core.command.access |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.access | |
---|---|
class |
ACCT
ACCT command |
class |
PASS
PASS command |
class |
QUIT
QUIT command |
class |
REIN
REIN command (unimplemented) |
class |
USER
USER command |
Uses of AbstractCommand in goldengate.ftp.core.command.directory |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.directory | |
---|---|
class |
CDUP
CDUP command |
class |
CWD
CWD command |
class |
SMNT
SMNT command (unimplemented) |
Uses of AbstractCommand in goldengate.ftp.core.command.extension |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.extension | |
---|---|
class |
XCRC
XCRC command: takes a filename and returns the CRC of the file |
class |
XMD5
XMD5 command: takes a filename and returns the MD5 of the file |
class |
XSHA1
XSHA1 command: takes a filename and returns the SHA-1 of the file |
Uses of AbstractCommand in goldengate.ftp.core.command.info |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.info | |
---|---|
class |
HELP
HELP command |
class |
NOOP
NOOP command |
class |
SITE
SITE command: implements some specific command like XMD5 XCRC
XSHA1 as if they were called directly |
class |
STAT
STAT command |
class |
SYST
SYST command |
Uses of AbstractCommand in goldengate.ftp.core.command.internal |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.internal | |
---|---|
class |
ConnectionCommand
Connection command: initialize the process of authentication |
class |
IncorrectCommand
Incorrect command |
class |
INTERNALSHUTDOWN
Internal shutdown command that will shutdown the FTP service with a password |
class |
LIMITBANDWIDTH
Internal limit bandwidth command that will change the global limit bandwidth |
class |
UnimplementedCommand
Unimplemented command |
class |
UnknownCommand
Unrecognized command (unknown command) |
Uses of AbstractCommand in goldengate.ftp.core.command.parameter |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.parameter | |
---|---|
class |
MODE
MODE command |
class |
PASV
PASV command |
class |
PORT
PORT command |
class |
STRU
STRU command |
class |
TYPE
TYPE command |
Uses of AbstractCommand in goldengate.ftp.core.command.rfc2389 |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.rfc2389 | |
---|---|
class |
FEAT
FEAT command |
class |
OPTS
OPTS command |
Uses of AbstractCommand in goldengate.ftp.core.command.rfc2428 |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.rfc2428 | |
---|---|
class |
EPRT
EPRT command |
class |
EPSV
EPSV command |
Uses of AbstractCommand in goldengate.ftp.core.command.rfc3659 |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.rfc3659 | |
---|---|
class |
MDTM
MDTM command |
class |
MLSD
MLSD command |
class |
MLST
MLST command |
class |
SIZE
SIZE command |
Uses of AbstractCommand in goldengate.ftp.core.command.rfc775 |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.rfc775 | |
---|---|
class |
XCUP
XCUP command |
class |
XCWD
XCWD command |
class |
XMKD
XMKD command |
class |
XPWD
XPWD command |
class |
XRMD
XRMD command |
Uses of AbstractCommand in goldengate.ftp.core.command.service |
---|
Subclasses of AbstractCommand in goldengate.ftp.core.command.service | |
---|---|
class |
ABOR
ABOR command |
class |
ALLO
ALLO command: test if enough space is disponible |
class |
APPE
APPE command |
class |
DELE
DELE command |
class |
LIST
LIST command |
class |
MKD
MKD command |
class |
NLST
NLST command |
class |
PWD
PWD command |
class |
REST
REST command |
class |
RETR
RETR command |
class |
RMD
RMD command |
class |
RNFR
RNFR command |
class |
RNTO
RNTO command |
class |
STOR
STOR command |
class |
STOU
STOU command |
Uses of AbstractCommand in goldengate.ftp.core.control |
---|
Methods in goldengate.ftp.core.control that return AbstractCommand | |
---|---|
abstract AbstractCommand |
BusinessHandler.getSpecializedSiteCommand(FtpSession session,
String line)
Check if a command pass to SITE command is legal |
Uses of AbstractCommand in goldengate.ftp.core.session |
---|
Methods in goldengate.ftp.core.session that return AbstractCommand | |
---|---|
AbstractCommand |
FtpSession.getCurrentCommand()
|
AbstractCommand |
FtpSession.getPreviousCommand()
|
Uses of AbstractCommand in goldengate.ftp.simpleimpl.control |
---|
Methods in goldengate.ftp.simpleimpl.control that return AbstractCommand | |
---|---|
AbstractCommand |
SimpleBusinessHandler.getSpecializedSiteCommand(FtpSession session,
String line)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |