Searched refs:CommandHandler (Results 176 - 200 of 1469) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/
H A DPassCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the PASS (Password) command. Send back a reply code of 230.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class PassCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DPwdCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the PWD (Print Working Directory) and XPWD commands. By default, return
29 * Each invocation record stored by this CommandHandler contains no data elements.
35 public final class PwdCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
47 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DQuitCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the QUIT command. Return a reply code of 221.
27 * Each invocation record stored by this CommandHandler contains no data elements.
33 public final class QuitCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
43 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DReinCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
26 * CommandHandler for the REIN (Reinitialize) command. Send back a reply code of 220.
28 * Each invocation record stored by this CommandHandler contains no data elements.
34 public final class ReinCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
44 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DRestCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the REST (Restart of interrupted transfer) command. Send back a reply code of 350.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class RestCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DRmdCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the RMD (Remove Working Directory) command. Send back a reply code of 250.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class RmdCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DRnfrCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the RNFR (Rename From) command. Send back a reply code of 350.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class RnfrCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DRntoCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the RNTO (Rename To) command. Send back a reply code of 250.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class RntoCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DSiteCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the SITE (Site Parameters) command. Send back a reply code of 200.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class SiteCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DSmntCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the SMNT (Structure Mount) command. Send back a reply code of 250.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class SmntCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DStruCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the STRU (File Structure) command. Send back a reply code of 200.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class StruCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/
H A DAborCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the ABOR command. Return a reply code of 226.
27 * Each invocation record stored by this CommandHandler contains no data elements.
33 public final class AborCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
43 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DAcctCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the ACCT command. Send back a reply code of 230.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class AcctCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DCdupCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the CDUP (Change To Parent Directory) command. Send back a reply code of 250.
27 * Each invocation record stored by this CommandHandler contains no data elements.
33 public final class CdupCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
43 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DConnectCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler that encapsulates the sending of the reply for the initial
29 * Note that this is a "special" CommandHandler, in that it handles the initial
32 * Each invocation record stored by this CommandHandler contains no data elements.
38 public final class ConnectCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DCwdCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the CWD (Change Working Directory) command. Send back a reply code of 250.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class CwdCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DDeleCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the DELE (Delete) command. Send back a reply code of 250.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class DeleCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DMkdCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the MKD (Make Directory) command. Send back a reply code of 257.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class MkdCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DModeCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the MODE command. Send back a reply code of 200.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class ModeCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DNoopCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the NOOP command. Return a reply code of 200.
27 * Each invocation record stored by this CommandHandler contains no data elements.
33 public final class NoopCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
43 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DPassCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the PASS (Password) command. Send back a reply code of 230.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class PassCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DPwdCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the PWD (Print Working Directory) and XPWD commands. By default, return
29 * Each invocation record stored by this CommandHandler contains no data elements.
35 public final class PwdCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
47 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DQuitCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the QUIT command. Return a reply code of 221.
27 * Each invocation record stored by this CommandHandler contains no data elements.
33 public final class QuitCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
43 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DReinCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
26 * CommandHandler for the REIN (Reinitialize) command. Send back a reply code of 220.
28 * Each invocation record stored by this CommandHandler contains no data elements.
34 public final class ReinCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
44 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
H A DRestCommandHandler.java19 import org.mockftpserver.core.command.CommandHandler;
25 * CommandHandler for the REST (Restart of interrupted transfer) command. Send back a reply code of 350.
27 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 public final class RestCommandHandler extends AbstractStubCommandHandler implements CommandHandler {
48 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)

Completed in 203 milliseconds

1234567891011>>